Skip to content

Commit

Permalink
test: don't run jest tests on upcoming-components directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dierat committed Jun 16, 2022
1 parent 80b2508 commit 224e85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ module.exports = {
roots: ['<rootDir>/src'],
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['<rootDir>/jest/jest.setup.ts'],
testPathIgnorePatterns: ['<rootDir>/src/upcoming-components/'],
};

0 comments on commit 224e85f

Please sign in to comment.