mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
refactor app.js
test not found routes
This commit is contained in:
12
package.json
12
package.json
@@ -7,7 +7,7 @@
|
||||
"scripts": {
|
||||
"start": "node ./app.js",
|
||||
"debug": "npx nodemon --inspect ./app.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "jest"
|
||||
},
|
||||
"author": "",
|
||||
"dependencies": {
|
||||
@@ -25,7 +25,13 @@
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-airbnb-base": "^12.1.0",
|
||||
"eslint-config-node": "^2.0.0",
|
||||
"eslint-plugin-import": "^2.11.0",
|
||||
"nodemon": "^1.17.4"
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint-plugin-jest": "^21.15.1",
|
||||
"jest": "^22.4.4",
|
||||
"nodemon": "^1.17.4",
|
||||
"supertest": "^3.1.0"
|
||||
},
|
||||
"jest": {
|
||||
"testEnvironment": "node"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user