diff --git a/frontend/package.json b/frontend/package.json index d708984b8f..ca899e6b9d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "start:demo": "UNLEASH_BASE_PATH=/demo/ UNLEASH_API=https://app.unleash-hosted.com/ yarn run start", "test": "tsc && NODE_OPTIONS=\"${NODE_OPTIONS} --no-experimental-fetch\" vitest run", "test:snapshot": "NODE_OPTIONS=\"${NODE_OPTIONS} --no-experimental-fetch\" yarn test -u", - "test:watch": "NODE_OPTIONS=\"${NODE_OPTIONS} --no-experimental-fetch\" vitest watch FeatureToggleSwitch", + "test:watch": "NODE_OPTIONS=\"${NODE_OPTIONS} --no-experimental-fetch\" vitest watch", "lint": "eslint --fix ./src", "lint:check": "eslint ./src", "fmt": "prettier src --write --loglevel warn",