diff --git a/package.json b/package.json index 61eb91c..df3c013 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "scripts": { "doc": "typedoc src/index.ts", - "test": "jest", + "test": "jest --passWithNoTests", "lint": "eslint \"*/**/*.{ts,js,json}\"", "lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix", "build": "rollup --config ./rollup.config.mjs",