Skip to content

Commit

Permalink
normal test should ignore ui-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bwieger-atlassian-com committed Dec 13, 2024
1 parent 6542d16 commit 2645535
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 @@ -10,6 +10,7 @@ module.exports = {
],
},
transformIgnorePatterns: ['/node_modules/'],
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/src/ui-test/'],
verbose: true,
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
// coverage configuration
Expand Down

0 comments on commit 2645535

Please sign in to comment.