Skip to content

Commit 4f2584b

Browse files
committed
fix ci
1 parent 8d62eac commit 4f2584b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
7373
"pretest": "run-s build lint",
7474
"test": "npm run -s test:mocha",
75-
"test:mocha": "mocha \"test/*.js\" --reporter dot --timeout 60000",
76-
"test:cover": "nyc npm run test:mocha",
75+
"test:mocha": "mocha --require ts-node/register \"test/*.js\" --reporter dot --timeout 60000",
76+
"test:cover": "nyc mocha \"test/*.js\" --reporter dot --timeout 60000",
7777
"test:debug": "mocha --require ts-node/register/transpile-only \"test/*.js\" --reporter dot --timeout 60000",
7878
"preupdate-fixtures": "npm run -s build",
7979
"update-fixtures": "node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js",

0 commit comments

Comments
 (0)