Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Oct 25, 2024
1 parent 5381170 commit 63a8b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ describe(
await vi.waitFor(() => expect(onExit).toHaveBeenCalledTimes(1));

Check failure on line 311 in tests/index.test.ts

View workflow job for this annotation

GitHub Actions / Build and test on x86_64-unknown-linux-gnu

tests/index.test.ts > PTY > ordering is correct

AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/index.test.ts:311:47

Check failure on line 311 in tests/index.test.ts

View workflow job for this annotation

GitHub Actions / Build and test on x86_64-unknown-linux-gnu

tests/index.test.ts > PTY > ordering is correct

AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/index.test.ts:311:47

Check failure on line 311 in tests/index.test.ts

View workflow job for this annotation

GitHub Actions / Build and test on x86_64-unknown-linux-gnu

tests/index.test.ts > PTY > ordering is correct

AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/index.test.ts:311:47

Check failure on line 311 in tests/index.test.ts

View workflow job for this annotation

GitHub Actions / Build and test on x86_64-unknown-linux-gnu

tests/index.test.ts > PTY > ordering is correct

AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/index.test.ts:311:47

Check failure on line 311 in tests/index.test.ts

View workflow job for this annotation

GitHub Actions / Build and test on x86_64-unknown-linux-gnu

tests/index.test.ts > PTY > ordering is correct

AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/index.test.ts:311:47

Check failure on line 311 in tests/index.test.ts

View workflow job for this annotation

GitHub Actions / Build and test on x86_64-unknown-linux-gnu

tests/index.test.ts > PTY > ordering is correct

AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/index.test.ts:311:47

Check failure on line 311 in tests/index.test.ts

View workflow job for this annotation

GitHub Actions / Build and test on x86_64-unknown-linux-gnu

tests/index.test.ts > PTY > ordering is correct

AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/index.test.ts:311:47

Check failure on line 311 in tests/index.test.ts

View workflow job for this annotation

GitHub Actions / Build and test on x86_64-unknown-linux-gnu

tests/index.test.ts > PTY > ordering is correct

AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/index.test.ts:311:47

Check failure on line 311 in tests/index.test.ts

View workflow job for this annotation

GitHub Actions / Build and test on x86_64-unknown-linux-gnu

tests/index.test.ts > PTY > ordering is correct

AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/index.test.ts:311:47

Check failure on line 311 in tests/index.test.ts

View workflow job for this annotation

GitHub Actions / Build and test on x86_64-unknown-linux-gnu

tests/index.test.ts > PTY > ordering is correct

AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/index.test.ts:311:47
expect(onExit).toHaveBeenCalledWith(null, 0);

console.log('got lines', lines.length, 'expected', n + 1);
const lines = buffer.toString().trim().split('\n');
expect(lines.length).toBe(n + 1);
for (let i = 0; i < n + 1; i++) {
expect(Number(lines[i]), `expected line ${i} to contain ${i} but got ${lines[i]}`).toBe(i);
Expand Down

0 comments on commit 63a8b27

Please sign in to comment.