From f360ba718765bccb39eba7754f04e3118b796a1b Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 27 May 2021 13:46:09 +0200 Subject: [PATCH] run in band on server --- integration-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/package.json b/integration-tests/package.json index 92e54d35..b1dee812 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -10,7 +10,7 @@ "license": "MIT", "scripts": { "wait:local": "cross-env DEVMODE=1 LOCALTEST=1 node wait.js", - "test": "cross-env DEVMODE=1 jest", + "test": "cross-env DEVMODE=1 jest --runInBand", "test:local": "cross-env DEVMODE=1 LOCALTEST=1 jest", "run:local": "docker-compose down && docker-compose up -d && yarn wait:local && yarn test:local" },