Skip to content

Commit 4ad6aff

Browse files
committed
fixup! fixup! fixup! test: ci added
1 parent 8a1d092 commit 4ad6aff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jest.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,11 @@ module.exports = {
2222
'\\.(css|less|scss|sass)$': 'jest-transform-css',
2323
},
2424
testMatch: ['**/*.test.[jt]s?(x)'],
25+
testPathIgnorePatterns: [
26+
'<rootDir>/node_modules',
27+
'<rootDir>/build',
28+
'<rootDir>/server',
29+
'<rootDir>/.storybook',
30+
'.visual.',
31+
],
2532
};

0 commit comments

Comments
 (0)