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",