Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed Sep 28, 2024
1 parent 7f9d1d5 commit d714080
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ module.exports = {
...pathsToModuleNameMapper(compilerOptions.paths),
'^masterchat$': '<rootDir>/submodule/masterchat/src',
},
modulePathIgnorePatterns: [
'<rootDir>/submodule',
],
modulePaths: ['<rootDir>'],
testRegex: '.*\\.spec\\.ts$',
testPathIgnorePatterns: [
'/node_modules/',
'/submodule/',
],
transform: { '^.+\\.(t|j)s$': 'ts-jest' },
coverageDirectory: '../coverage',
collectCoverageFrom: ['**/*.(t|j)s'],
Expand Down

0 comments on commit d714080

Please sign in to comment.