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 f4e0164 commit b28bd19Copy full SHA for b28bd19
jest.config.js
@@ -1,10 +1,7 @@
1
module.exports = {
2
clearMocks: true,
3
testMatch: ['**/__tests__/**/*.{js,ts}?(x)', '**/*.test.{js,ts}?(x)'],
4
- modulePathIgnorePatterns: [
5
- '<rootDir>/packages/*.*/dist/*.*',
6
- '<rootDir>/packages/*.*/public/*.*',
7
- ],
+ modulePathIgnorePatterns: ['<rootDir>/packages/*.*/dist/*.*', '<rootDir>/packages/*.*/public/*.*'],
8
roots: ['<rootDir>/packages'],
9
transform: {
10
'^.+\\.[jt]sx?$': 'babel-jest',
0 commit comments