From 4a080e665c03c971056bdb56c561cbd59e0a82aa Mon Sep 17 00:00:00 2001 From: A-Siam Date: Wed, 21 Apr 2021 14:07:06 +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"