Skip to content

Commit

Permalink
plz fail
Browse files Browse the repository at this point in the history
  • Loading branch information
frostburn committed Jul 17, 2024
1 parent 7f55561 commit b62b2a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ describe('Identifier validator', () => {
)
).toBe(false);
});

it('fails', () => {
expect('spoob').toBe('spwares');

Check failure on line 30 in tests/utils.spec.ts

View workflow job for this annotation

GitHub Actions / test

error: expect(received).toBe(expected)

Expected: "spwares" Received: "spoob" at /home/runner/work/sw-server/sw-server/tests/utils.spec.ts:30:21
});
});

0 comments on commit b62b2a3

Please sign in to comment.