Skip to content

Commit

Permalink
chore(Jest): ignore test-react-frameworks folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Aug 26, 2022
1 parent 5178ae0 commit d297e2d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ module.exports = {
},
preset: 'ts-jest',
setupFiles: ['core-js'],
testPathIgnorePatterns: ['/node_modules/', '/examples/', '__snapshots__', '/e2e/'],
testPathIgnorePatterns: [
'/node_modules/',
'/examples/',
'__snapshots__',
'/e2e/',
'/test-react-frameworks/',
],
testRegex: [
/**
* If you want to test single file, mention it here
Expand Down

0 comments on commit d297e2d

Please sign in to comment.