Skip to content

Commit

Permalink
chore: [BE] package.json 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Gseungmin committed Nov 14, 2023
1 parent 777765c commit 5221394
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 204 deletions.
2 changes: 1 addition & 1 deletion backEnd/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config test/jest-e2e.json",
"test:e2e": "jest --config test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.2.8",
Expand Down
Loading

0 comments on commit 5221394

Please sign in to comment.