From b629d08296a82801f11ede15064f19278dff7e8b Mon Sep 17 00:00:00 2001 From: A-Siam Date: Wed, 21 Apr 2021 14:03:10 +0200 Subject: [PATCH] speedup jest performance see https://github.com/facebook/jest/issues/7963#issuecomment-469020570 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b0df57..78b7681 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dev_docker": "npx tsc && ef-tspm && nodemon", "tsc": "tsc && ef-tspm", "clean": "rm -rf ./build", - "test": "jest", + "test": "jest --verbose --runInBand", "test:watch": "jest --watch", "typeorm": "ts-node -r tsconfig-paths/register ./node_modules/.bin/typeorm", "typeorm:sync": "npm run typeorm schema:sync"