Skip to content

Commit

Permalink
fixup! fixup! fixup! test: ci added
Browse files Browse the repository at this point in the history
  • Loading branch information
niktverd committed Sep 26, 2024
1 parent 8a1d092 commit 4ad6aff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ module.exports = {
'\\.(css|less|scss|sass)$': 'jest-transform-css',
},
testMatch: ['**/*.test.[jt]s?(x)'],
testPathIgnorePatterns: [
'<rootDir>/node_modules',
'<rootDir>/build',
'<rootDir>/server',
'<rootDir>/.storybook',
'.visual.',
],
};

0 comments on commit 4ad6aff

Please sign in to comment.