From 4c7fda1a6bcd0197b11bde413568ee5e81aeb4e4 Mon Sep 17 00:00:00 2001 From: Mateusz Duda Date: Wed, 22 May 2024 12:49:39 +0200 Subject: [PATCH] updated package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index daf2030..d93c458 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "local-build": "npm run build && npm link", "start": "npm run build && scope", "tag": "npm run build && scope --tag-unpushed-commits", - "test": "jest -i test/report/* --verbose --silent=false --runInBand", + "test": "jest -i test/* --verbose --silent=false --runInBand", "clean": "rimraf .scope/" }, "repository": {