We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dfc38 commit aaadfcbCopy full SHA for aaadfcb
src/Server.test.ts
@@ -17,11 +17,11 @@ beforeAll(async () => {
17
})
18
19
describe.each([
20
- // { instance: Instance.anvil({ port: port + 1 }) },
+ { instance: Instance.anvil({ port: port + 1 }) },
21
{ instance: Instance.tempo({ port: port + 2 }) },
22
- // {
23
- // instance: Instance.alto(altoOptions({ port, pool: true })),
24
- // },
+ {
+ instance: Instance.alto(altoOptions({ port, pool: true })),
+ },
25
])('instance: $instance.name', ({ instance }) => {
26
test('default', async () => {
27
const server = Server.create({
0 commit comments