From 914871d4870cf87af8339d4ef550d6fd802262fc Mon Sep 17 00:00:00 2001 From: David Adewole Date: Tue, 17 Aug 2021 13:52:46 +0100 Subject: [PATCH] runInBand --- tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/package.json b/tests/package.json index 4f2afe9e30..71e58f6266 100644 --- a/tests/package.json +++ b/tests/package.json @@ -4,7 +4,7 @@ "description": "Smoke tests for fyipe", "main": "index.test.js", "scripts": { - "test": "jest ./saas-tests/**/*.test.js", + "test": "jest --runInBand ./saas-tests/**/*.test.js", "saas-test": "npm run test", "enterprise-test": "jest ./enterprise-tests/**/*.test.js", "staging-test": "export INIT_SCRIPT_URL=https://staging.fyipe.com/init-script && export HTTP_TEST_SERVER_URL=https://staging-test-server.fyipe.com && export HOME_URL=https://staging.fyipe.com && export ACCOUNTS_URL=https://staging.fyipe.com/accounts && export ADMIN_DASHBOARD_URL=https://staging.fyipe.com/admin && export DASHBOARD_URL=https://staging.fyipe.com/dashboard && export BACKEND_URL=https://staging.fyipe.com/api && export STATUSPAGE_URL=https://staging.fyipe.com/status-page && export APIDOCS_URL=https://staging.fyipe.com/docs && jest ./saas-tests/**/*.test.js",