From 5618e748b48acdaea07415e11252b77b35e9a999 Mon Sep 17 00:00:00 2001 From: xnacly Date: Wed, 1 Sep 2021 22:13:27 +0200 Subject: [PATCH] see parent --- api/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/package.json b/api/package.json index 37db6ff3..66d94764 100644 --- a/api/package.json +++ b/api/package.json @@ -5,7 +5,7 @@ "main": "dist/Server.js", "types": "dist/Server.d.ts", "scripts": { - "test": "npm run build && jest --coverage --verbose ./tests", + "test": "npm run build && jest --coverage --verbose --forceExit ./tests", "test:watch": "jest --watch", "start": "npm run build && node dist/start", "build": "npx tsc -b .", @@ -86,9 +86,9 @@ }, "jest": { "setupFiles": [ - "/jest/setup.js", - "/scripts/setup_test.js" + "/jest/setup.js" ], + "globalSetup": "/scripts/globalSetup.js", "verbose": true } }