Skip to content

Commit

Permalink
bad assert
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Jun 6, 2024
1 parent b4286f2 commit 28270d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ describe('PTY', () => {
onTestFinished(() => pty.close());
expect(err).toBeNull();
expect(exitCode).toBe(0);
assert(buffer);
vi.waitFor(() => expect(buffer.trim()).toBe(message));

done();
Expand Down

0 comments on commit 28270d1

Please sign in to comment.