Skip to content

Commit 2a29024

Browse files
committed
fix test
1 parent ebeb844 commit 2a29024

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
"lint:docs": "markdownlint \"**/*.md\"",
1919
"eslint-fix": "eslint . --ext .js,.vue,.ts,.json,.yaml,.yml --fix",
2020
"pretest": "npm run build",
21-
"test:base": "mocha --require ts-node/register \"tests/**/*.ts\" --reporter dot --timeout 60000",
21+
"test:base": "mocha --require ts-node/register/transpile-only \"tests/**/*.ts\" --reporter dot --timeout 60000",
2222
"test": "npm run test:nyc",
2323
"test:nyc": "nyc --reporter=lcov npm run test:base",
24-
"test:debug": "mocha --require ts-node/register/transpile-only \"tests/**/*.ts\" --reporter dot --timeout 60000",
2524
"test:watch": "npm run test:base -- --watch",
2625
"update": "ts-node --transpile-only ./tools/update.ts && npm run eslint-fix && npm run update:eslint-docs",
2726
"update:eslint-docs": "npm run build && eslint-doc-generator",

0 commit comments

Comments
 (0)