Skip to content

Commit

Permalink
[trivial] Jest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Feb 27, 2024
1 parent 730d91d commit 1e7f8c7
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
Expand Up @@ -4,5 +4,5 @@ export default {
coverageDirectory: './coverage/chess-but-better',
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['<rootDir>/development/code/**/*.test.ts'],
testMatch: ['<rootDir>/development/**/*.test.ts'],
};

0 comments on commit 1e7f8c7

Please sign in to comment.