We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307400d commit 98e1150Copy full SHA for 98e1150
jest.config.js
@@ -10,7 +10,7 @@ module.exports = {
10
'.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
11
'^.+\\.(js|jsx)?$': '<rootDir>/node_modules/babel-jest'
12
},
13
- transformIgnorePatterns: ['/node_modules/(?!@coreui/icons/vue|coreui)'],
+ transformIgnorePatterns: ['/node_modules/(?!@coreui/icons)'],
14
moduleNameMapper: {
15
'^@/(.*)$': '<rootDir>/src/$1'
16
0 commit comments