Skip to content

Commit

Permalink
reverted jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Oct 13, 2024
1 parent 7f83d64 commit 0de10c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/jest.e2e-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
forceExit: true,
displayName: 'api',
testEnvironment: 'node',
testMatch: ['**/secret.e2e.spec.ts'],
testMatch: ['**/*.e2e.spec.ts'],
transform: {
'^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }]
},
Expand Down

0 comments on commit 0de10c2

Please sign in to comment.