test(rebase): adjust tests from rebase and glue them together
This commit is contained in:
committed by
Benedikt Rötsch
parent
1e271656de
commit
f2f2a79670
@@ -10,7 +10,7 @@
|
||||
"lint": "eslint ./app.js routes",
|
||||
"format": "eslint --fix . bin --ignore public node_modules",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run test:e2e",
|
||||
"test": "npm run test:unit && npm run test:integration && npm run test:e2e",
|
||||
"test:e2e": "node test/e2e/run-e2e-test.js",
|
||||
"test:integration": "jest test/integration",
|
||||
"test:integration:watch": "jest test/integration --watch",
|
||||
|
||||
Reference in New Issue
Block a user