Skip to content
Snippets Groups Projects
Commit 3cf869c7 authored by stevereis's avatar stevereis
Browse files

Add watch test for e2e

parent efaffa98
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
"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-config.ts",
"test:we2e": "jest --watch --config ./test/jest.e2e-config.ts",
"prepare": "cd .. && husky install api/.husky"
},
"dependencies": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment