We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f55561 commit b62b2a3Copy full SHA for b62b2a3
tests/utils.spec.ts
@@ -25,4 +25,8 @@ describe('Identifier validator', () => {
25
)
26
).toBe(false);
27
});
28
+
29
+ it('fails', () => {
30
+ expect('spoob').toBe('spwares');
31
+ });
32
0 commit comments