diff --git a/package.json b/package.json index 69f049786..e50f26b7d 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", - "test:e2e": "jest --config jest-e2e.json", - "test:e2e:cov": "jest --config jest-e2e.json --coverage" + "test:e2e": "jest --config jest-e2e.json --runInBand", + "test:e2e:cov": "jest --config jest-e2e.json --coverage --runInBand" }, "dependencies": { "@azure/storage-blob": "12.5.0",