File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
"setup" : " git submodule update --init && cd test/fixtures/eslint && npm install" ,
73
73
"pretest" : " run-s build lint" ,
74
74
"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 " ,
77
77
"test:debug" : " mocha --require ts-node/register/transpile-only \" test/*.js\" --reporter dot --timeout 60000" ,
78
78
"preupdate-fixtures" : " npm run -s build" ,
79
79
"update-fixtures" : " node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js" ,
You can’t perform that action at this time.
0 commit comments