Skip to content

Commit

Permalink
[⚡️] - Fixing test spawn wasn't ending.
Browse files Browse the repository at this point in the history
Signed-off-by: Binyamin Yawitz <[email protected]>
  • Loading branch information
byawitz committed Mar 17, 2024
1 parent 1549c14 commit 45f2568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ describe('Installing & Seeding', () => {
proc.stdin!.write(`bun /usr/server/app/src/index.ts -i\n`);
proc.stdin!.write(`[email protected]\n`);
proc.stdin!.flush();
proc.stdin!.end();

const output = await new Response(proc.stdout).text();
expect(output).toContain('Owner token created')
Expand Down

0 comments on commit 45f2568

Please sign in to comment.