File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.1.3 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.2.0 /schema.json" ,
33 "assist" : {
44 "actions" : {
55 "source" : {
Original file line number Diff line number Diff line change 3939 "build" : " rslib build" ,
4040 "dev" : " rslib build --watch" ,
4141 "prebundle" : " prebundle" ,
42- "test" : " rstest run " ,
42+ "test" : " rstest" ,
4343 "type-check" : " tsc --noEmit && tsc --noEmit -p tests"
4444 },
4545 "dependencies" : {
Original file line number Diff line number Diff line change 2626 "dev" : " rslib build --watch" ,
2727 "generate-templates" : " pnpm tsx ./src/genTemplates.ts" ,
2828 "start" : " node ./dist/index.js" ,
29- "test" : " rstest run "
29+ "test" : " rstest"
3030 },
3131 "dependencies" : {
3232 "create-rstack" : " 1.5.6"
Original file line number Diff line number Diff line change 2727 "scripts" : {
2828 "build" : " rslib build" ,
2929 "dev" : " rslib build --watch" ,
30- "test" : " rstest run "
30+ "test" : " rstest"
3131 },
3232 "dependencies" : {
3333 "@ast-grep/napi" : " 0.37.0" ,
Original file line number Diff line number Diff line change 33 "private" : true ,
44 "type" : " module" ,
55 "scripts" : {
6- "test" : " rstest run " ,
6+ "test" : " rstest" ,
77 "test:benchmark" : " rstest bench" ,
88 "test:e2e" : " playwright test --pass-with-no-tests" ,
99 "type-check" : " tsc --noEmit"
You can’t perform that action at this time.
0 commit comments