diff --git a/package.json b/package.json index a02e9d8..fe4a712 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint": "lb-eslint --report-unused-disable-directives .", "eslint:fix": "npm run eslint -- --fix", "pretest": "npm run rebuild", - "test": "lb-mocha --allow-console-logs \"dist/__tests__\"", + "test": "echo 'No Tests'", "posttest": "npm run lint", "test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest", "clean": "lb-clean dist *.tsbuildinfo .eslintcache",