Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jul 2, 2022
1 parent 8972573 commit 800fe56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bin/bootstrap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ describe('bootstrap', () => {
});
});
await new Promise((res) => {
bootstrapProcess1.once('exit', () => res(null))
})
bootstrapProcess1.once('exit', () => res(null));
});
// Attempting to bootstrap should fail with existing state
const bootstrapProcess2 = await testBinUtils.pkStdio(
[
Expand Down

0 comments on commit 800fe56

Please sign in to comment.