Skip to content

Commit a5d7a5b

Browse files
committed
chore: add ts-expect-error in test
1 parent 30fb901 commit a5d7a5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ lookup('format :: filepath', () => {
4242
});
4343

4444
lookup('format :: non-string', () => {
45+
// @ts-expect-error
4546
let output = mimer.lookup(123);
4647
assert.is(output, undefined);
4748
});

0 commit comments

Comments
 (0)