From b08de4eab65562b1523858f5e4c041fba85ccd6c Mon Sep 17 00:00:00 2001 From: Ivan Santos Date: Sat, 11 Dec 2021 14:44:42 -0600 Subject: [PATCH] chore: update test script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4598686..8dcf221 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test:coverage": "jest --coverage", "test:unit": "jest --passWithNoTests", "test:watch": "jest --watch", - "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand --detectOpenHandles", + "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand --forceExit", "test:e2e:watch": "jest --config ./tests/jest-e2e.json --runInBand --watch" }, "repository": { @@ -31,7 +31,6 @@ ], "author": "pragmaticivan@gmail.com", "license": "Apache-2.0", - "test": "jest --ci --runInBand", "bugs": { "url": "https://github.com/pragmaticivan/nestjs-otel/issues" },