From 38cffc20490fe10b4e4bc4d88a8377562cd1545a Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 3 Mar 2021 16:27:56 +0100 Subject: [PATCH] Added test watch mode ref #4 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 89e659a..5c44558 100644 --- a/package.json +++ b/package.json @@ -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 } } -} +} \ No newline at end of file