Skip to content

Commit aaadfcb

Browse files
committed
chore: mv
1 parent b0dfc38 commit aaadfcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Server.test.ts

Lines changed: 4 additions & 4 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 }) },
20+
{ instance: Instance.anvil({ port: port + 1 }) },
2121
{ instance: Instance.tempo({ port: port + 2 }) },
22-
// {
23-
// instance: Instance.alto(altoOptions({ port, pool: true })),
24-
// },
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)