Skip to content

Commit

Permalink
jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Nov 1, 2023
1 parent 521f520 commit 2076c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
collectCoverageFrom: ['**/*/src/**/*.ts'],
rootDir: 'src',
coverageDirectory: 'coverage',
moduleDirectories: ['esm', 'node_modules'],
moduleDirectories: ['node_modules'],
globals: {
'ts-jest': {
tsconfig: 'tsconfig.cjs.json',
Expand Down

0 comments on commit 2076c2c

Please sign in to comment.