Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit f840dd9

Browse files
committed
configuration in package.json
1 parent 3425cef commit f840dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint": "lb-eslint --report-unused-disable-directives .",
2626
"eslint:fix": "npm run eslint -- --fix",
2727
"pretest": "npm run rebuild",
28-
"test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
28+
"test": "echo 'No Tests'",
2929
"posttest": "npm run lint",
3030
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
3131
"clean": "lb-clean dist *.tsbuildinfo .eslintcache",

0 commit comments

Comments
 (0)