Skip to content

Commit

Permalink
do not execute e2e test with default command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascus committed Jan 3, 2024
1 parent 18b94df commit 17130fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
testMatch: ['**/?(*.)+(spec|test).+(ts|tsx|js)'],
testMatch: ['**/?(*.)+(spec|test).+(ts|tsx|js)', '!**/e2e/**/*.test.ts'],
testEnvironment: 'node',
collectCoverage: false,
coverageReporters: ['json', 'lcov', 'text', 'clover'],
Expand Down

0 comments on commit 17130fe

Please sign in to comment.