Skip to content

Commit b62b2a3

Browse files
committed
plz fail
1 parent 7f55561 commit b62b2a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/utils.spec.ts

+4
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ describe('Identifier validator', () => {
2525
)
2626
).toBe(false);
2727
});
28+
29+
it('fails', () => {
30+
expect('spoob').toBe('spwares');
31+
});
2832
});

0 commit comments

Comments
 (0)