Added test watch mode

ref #4
This commit is contained in:
Nicolai Ort 2021-03-03 16:27:56 +01:00
parent f6a53cc3e4
commit 38cffc2049
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
"release": "release-it --only-version",
"translations:sort": "node ./scripts/sort_translations.js",
"test": "jest",
"test:watch": "jest --watchAll",
"test:generate_env": "ts-node ./scripts/create_testenv.ts",
"test:ci": "npm run test:generate_env && npm run test:ci:run",
"test:ci:run": "start-server-and-test dev http://localhost:4010/docs/openapi.json test"
@ -88,4 +89,4 @@
"publish": false
}
}
}
}