File tree Expand file tree Collapse file tree 1 file changed +4
-26
lines changed Expand file tree Collapse file tree 1 file changed +4
-26
lines changed Original file line number Diff line number Diff line change 1313 ],
1414 "scripts" : {
1515 "pretest" : " npm run format && npm run build" ,
16- "test" : " TEST_PORT=1234 TS_NODE_CACHE=0 mocha --exit " ,
17- "covtest" : " TEST_PORT=1234 TS_NODE_CACHE=0 nyc mocha --exit " ,
16+ "test" : " vitest run " ,
17+ "covtest" : " vitest run --coverage " ,
1818 "prettier" : " prettier \" {lib,test}/**/*.ts\" " ,
1919 "format" : " npm run prettier -- --write" ,
2020 "format:check" : " npm run prettier -- -l" ,
4848 "@types/express" : " 4.17.21" ,
4949 "@types/finalhandler" : " 1.2.3" ,
5050 "@types/mocha" : " 10.0.6" ,
51+ "@vitest/coverage-v8" : " ^1.4.0" ,
5152 "express" : " 4.19.2" ,
5253 "finalhandler" : " 1.2.0" ,
5354 "husky" : " 9.0.11" ,
54- "mocha" : " 10.4.0" ,
55- "msw" : " 2.2.13" ,
56- "nyc" : " 15.1.0" ,
55+ "msw" : " 2.2.11" ,
5756 "prettier" : " 3.2.5" ,
5857 "ts-node" : " 10.9.2" ,
5958 "typedoc" : " ^0.25.1" ,
6867 "pre-push" : " npm run format:check && npm run build && npm run test"
6968 }
7069 },
71- "nyc" : {
72- "require" : [
73- " ts-node/register"
74- ],
75- "extension" : [
76- " .ts"
77- ],
78- "reporter" : [
79- " lcov" ,
80- " text"
81- ],
82- "sourceMap" : true ,
83- "instrument" : true
84- },
85- "mocha" : {
86- "require" : " ts-node/register" ,
87- "spec" : [
88- " test/**/*.spec.ts" ,
89- " lib/**/tests/**/*.spec.ts"
90- ]
91- },
9270 "license" : " Apache-2.0"
9371}
You can’t perform that action at this time.
0 commit comments