diff --git a/package.json b/package.json index 4e32197..5c2d952 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "check": "tsc --project .", "build": "npm run clean && tsc --project src", "clean": "rm -rf dist", - "test": "jest", + "test": "jest --passWithNoTests", "memtest": "node --expose-gc ./node_modules/.bin/jest --runInBand --logHeapUsage", "lint": "eslint --fix --ext .js,.ts,.json ." },