From 9167a7d8de39123d0154dfbd660a4520a7efa8c3 Mon Sep 17 00:00:00 2001 From: tulios Date: Thu, 14 Jun 2018 22:59:00 +0200 Subject: [PATCH] Try sequential tests in travis --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dd45c5c2..a14ab757e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test:local:watch": "NODE_ENV=test ./node_modules/.bin/jest --watch", "test:local": "NODE_ENV=test ./node_modules/.bin/jest --forceExit", "test:debug": "NODE_ENV=test node --inspect-brk node_modules/.bin/jest --runInBand --watch", - "test": "NODE_ENV=test yarn lint && JEST_JUNIT_OUTPUT=test-report.xml ./scripts/testWithKafka.sh './node_modules/.bin/jest --maxWorkers=4 --no-watchman --forceExit'", + "test": "NODE_ENV=test yarn lint && VERBOSE=1 JEST_JUNIT_OUTPUT=test-report.xml ./scripts/testWithKafka.sh './node_modules/.bin/jest --runInBand --no-watchman --forceExit'", "lint": "find . -path ./node_modules -prune -o -path ./coverage -prune -o -name '*.js' -print0 | xargs -0 ./node_modules/.bin/eslint", "format": "find . -path ./node_modules -prune -o -path ./coverage -prune -o -name '*.js' -print0 | xargs -0 ./node_modules/.bin/prettier --write", "precommit": "lint-staged"