File tree Expand file tree Collapse file tree 2 files changed +908
-2
lines changed
Expand file tree Collapse file tree 2 files changed +908
-2
lines changed Original file line number Diff line number Diff line change 4141 "@types/gulp" : " ^4.0.18" ,
4242 "@types/node" : " ^24.10.0" ,
4343 "@types/vinyl" : " ^2.0.12" ,
44+ "@vitest/coverage-v8" : " ^4.0.8" ,
4445 "concurrently" : " ^9.2.1" ,
4546 "gulp" : " ^5.0.1" ,
4647 "knip" : " ^5.68.0" ,
5051 "tsdown" : " ^0.16.1" ,
5152 "tsm" : " ^2.3.0" ,
5253 "typescript" : " ^5.9.3" ,
53- "uvu" : " ^0.5.6"
54+ "uvu" : " ^0.5.6" ,
55+ "vinyl" : " ^3.0.1" ,
56+ "vitest" : " ^4.0.8"
5457 },
5558 "peerDependencies" : {
5659 "gulp" : " >=4.0.2 || ^5"
6467 "lint:publint" : " publint" ,
6568 "prepack" : " npm run build" ,
6669 "prepare" : " lefthook install" ,
67- "test" : " uvu -r tsm e2e"
70+ "test" : " concurrently --prefix-colors magenta,cyan npm:test:*" ,
71+ "test:unit" : " vitest run" ,
72+ "test:e2e" : " uvu -r tsm e2e"
6873 },
6974 "packageManager" : " pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
7075}
You can’t perform that action at this time.
0 commit comments