diff --git a/package.json b/package.json index 7a83f9e..f063364 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "private": false, "scripts": { - "test": "jest --config jestconfig.json", + "test": "jest --config jestconfig.json --passWithNoTests", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json"