We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3567f9f commit 03cbf27Copy full SHA for 03cbf27
package.json
@@ -18,7 +18,6 @@
18
"lint:js": "eslint .",
19
"lint:docs": "markdownlint \"**/*.md\"",
20
"eslint-fix": "eslint . --fix",
21
- "pretest": "npm run build",
22
"test:base": "mocha --require ts-node/register/transpile-only \"tests/**/*.ts\" --reporter dot --timeout 60000",
23
"test": "npm run test:nyc",
24
"test:nyc": "nyc --reporter=lcov npm run test:base",
0 commit comments