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 103103 "pretest" : " npm run test-compile && npm run lint" ,
104104 "lint" : " eslint src --ext ts test --ext ts" ,
105105 "check" : " svelte-check --tsconfig ./tsconfig.json" ,
106- "wdio" : " wdio run ./wdio.conf.ts > wdio.log" ,
106+ "wdio" : " wdio run ./wdio.conf.mts > wdio.log" ,
107107 "wdio-test" : " npm run build:wdio && npm run wdio" ,
108- "coverage" : " npm run buildup && NODE_ENV=test COVERAGE=true COVERAGE_PATH=./coverage/raw wdio run ./wdio.conf.ts " ,
108+ "coverage" : " npm run buildup && NODE_ENV=test COVERAGE=true COVERAGE_PATH=./coverage/raw wdio run ./wdio.conf.mts " ,
109109 "postcoverage" : " nyc report -t coverage/raw --report-dir coverage/summary --reporter=lcov --reporter=text" ,
110110 "________" : " scripts for reactive-vscode" ,
111111 "v:dev" : " run-p v:dev:*" ,
You can’t perform that action at this time.
0 commit comments