From cf6b8ebd519c3ab48986d9cb8e982fb820f04770 Mon Sep 17 00:00:00 2001 From: RustamRu Date: Sun, 16 Feb 2025 11:09:21 +0300 Subject: [PATCH] feat: jest -u -> jest (#85) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51e1cf9..8ca0e9c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "./src/index.tsx", "scripts": { - "test": "jest -u", + "test": "jest", "start": "brojs server --port=8099 --with-open-browser", "build": "npm run clean && brojs build --dev", "build:prod": "npm run clean && brojs build",