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 d714080 commit 154384e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ module.exports = {
},
modulePaths: ['<rootDir>'],
testRegex: '.*\\.spec\\.ts$',
testPathIgnorePatterns: [
'/node_modules/',
'/submodule/',
],
transform: { '^.+\\.(t|j)s$': 'ts-jest' },
coverageDirectory: '../coverage',
collectCoverageFrom: ['**/*.(t|j)s'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/apps/back-end/main",
"lint": "eslint \"{src,apps,libs,test,constant}/**/*.ts\" --fix",
"test": "jest"
"test": "jest ./test"
},
"dependencies": {
"@bull-board/api": "^5.23.0",
Expand Down

0 comments on commit 154384e

Please sign in to comment.