Skip to content

Commit

Permalink
tesT
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 5, 2024
1 parent d681d4c commit e1b90a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/instances/stackup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ test('behavior: instance errored (duplicate ports)', async () => {
})

await instance_1.start()
await expect(() => instance_2.start()).rejects.toThrowError(
'port is already allocated',
)
await instance_2.start()
console.log(instance_2.messages.get())
// await expect(() => instance_2.start()).rejects.toThrowError(
// 'port is already allocated',
// )
})

test('behavior: start and stop multiple times', async () => {
Expand Down

0 comments on commit e1b90a3

Please sign in to comment.