Skip to content

Commit

Permalink
fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
hongsw committed Oct 31, 2023
1 parent 06ac0b2 commit dfd73fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"description": "A simple Node.js app with tests",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "jest"
"start": "node app.js",
"test": "jest "
},
"dependencies": {
"express": "^4.17.1"
"express": "^4.17.1"
},
"devDependencies": {
"jest": "^27.2.5",
"supertest": "^6.1.6"
"jest": "^27.5.1",
"supertest": "^6.1.6"
}
}

}

0 comments on commit dfd73fa

Please sign in to comment.