Skip to content

Commit b0dfc38

Browse files
committed
chore: mv
1 parent 3adf8ac commit b0dfc38

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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",

src/Server.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ beforeAll(async () => {
1717
})
1818

1919
describe.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({

0 commit comments

Comments
 (0)