From 4d4272ad3637577f7bbf0750916250c8aa1bf016 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Fri, 25 Jun 2021 14:27:20 +0200 Subject: [PATCH] test(gatsby-cli): one test at a time --- integration-tests/gatsby-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/gatsby-cli/package.json b/integration-tests/gatsby-cli/package.json index 9abe5f310e7de..e73eb89c912ce 100644 --- a/integration-tests/gatsby-cli/package.json +++ b/integration-tests/gatsby-cli/package.json @@ -6,7 +6,7 @@ }, "license": "MIT", "scripts": { - "test": "jest" + "test": "jest -w 1" }, "devDependencies": { "babel-jest": "^24.0.0",