From 2d431957969621c23cf73a21daef210497e032b0 Mon Sep 17 00:00:00 2001 From: Mararok Date: Wed, 6 Mar 2024 22:59:28 +0100 Subject: [PATCH] fix: run test on ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d447b0f..eee3a0d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "build": "rm -fr ./lib && tsc -p tsconfig.build.json", "lint": "eslint \"{src,test}/**/*.ts\"", "lint:fix": "eslint \"{src,test}/**/*.ts\" --fix", - "test": "jest --config .jestrc.json --runInBand", + "test": "jest --config ./.jestrc.json --runInBand", "test:clearCache": "jest --config .jestrc.json --clearCache", "test:unit": "jest --config .jestrc.json --runInBand --group=unit", "test:watch": "jest --config .jestrc.json --runInBand --watchAll",