File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 "check:types" : " tsc" ,
88 "dev" : " zile dev" ,
99 "postinstall" : " pnpm dev" ,
10- "test" : " vitest --testTimeout=10000"
10+ "test" : " vitest Server.test --testTimeout=10000"
1111 },
1212 "devDependencies" : {
1313 "@biomejs/biome" : " ^2.3.8" ,
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ beforeAll(async () => {
1717} )
1818
1919describe . each ( [
20- { instance : Instance . anvil ( { port : port + 1 } ) } ,
21- { instance : Instance . tempo ( { port : port + 2 , log : true } ) } ,
22- {
23- instance : Instance . alto ( altoOptions ( { port, pool : true } ) ) ,
24- } ,
20+ // { instance: Instance.anvil({ port: port + 1 }) },
21+ { instance : Instance . tempo ( { port : port + 2 } ) } ,
22+ // {
23+ // instance: Instance.alto(altoOptions({ port, pool: true })),
24+ // },
2525] ) ( 'instance: $instance.name' , ( { instance } ) => {
2626 test ( 'default' , async ( ) => {
2727 const server = Server . create ( {
You can’t perform that action at this time.
0 commit comments