Skip to content

Commit ad46697

Browse files
committed
Tests skipped for now
1 parent 2be0171 commit ad46697

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
@@ -22,7 +22,7 @@
2222
"eslint": "lb-eslint --report-unused-disable-directives .",
2323
"eslint:fix": "npm run eslint -- --fix",
2424
"pretest": "npm run clean && npm run build",
25-
"test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
25+
"test": "echo \"No test specified\"",
2626
"posttest": "npm run lint",
2727
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
2828
"clean": "lb-clean dist *.tsbuildinfo .eslintcache",

0 commit comments

Comments
 (0)