diff --git a/package.json b/package.json index 96cf32fc..4c711a28 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "build": "webpack --mode production", "dev": "webpack --mode development", - "test:js": "jest" + "test:js": "jest --passWithNoTests" }, "devDependencies": { "@babel/core": "^7.24.6",