Skip to content

Commit 1b0ddd1

Browse files
committed
package fixed
1 parent 2813b31 commit 1b0ddd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:watch": "jest --watch",
1919
"test:cov": "jest --coverage",
2020
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
21-
"test:e2e": "jest --config ./test/jest-e2e.json",
21+
"test:e2e": "jest --config ./test/jest-e2e.json"
2222
},
2323
"dependencies": {
2424
"@nestjs/common": "^7.0.0",

0 commit comments

Comments
 (0)