Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
svanaeinars committed Nov 21, 2024
1 parent d2393a5 commit a35543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const customResolver = path.join(__dirname, 'jest.resolver.js')
module.exports = {
...nxPresetRest,
testMatch: ['**/+(*.)+(spec|test).+(ts|js)?(x)'],
testPathIgnorePatterns: ['<rootDir>/apps/**/e2e'],
testPathIgnorePatterns: ['<rootDir>/apps/.*/e2e'],
resolver: customResolver,
moduleFileExtensions: ['ts', 'js', 'html'],
coverageReporters: ['json'],
Expand Down

0 comments on commit a35543c

Please sign in to comment.