diff --git a/tests/bin/bootstrap.test.ts b/tests/bin/bootstrap.test.ts index 75d9a77c53..dab8ce5b5e 100644 --- a/tests/bin/bootstrap.test.ts +++ b/tests/bin/bootstrap.test.ts @@ -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( [