From f840dd9c4723a85fa8fa2fee0d16ea411ab1c4ee Mon Sep 17 00:00:00 2001 From: Yesha Mavani Date: Wed, 19 Oct 2022 12:15:47 +0530 Subject: [PATCH] configuration in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",