Skip to content

Commit

Permalink
chore: add ts-expect-error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Dec 20, 2023
1 parent 30fb901 commit a5d7a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ lookup('format :: filepath', () => {
});

lookup('format :: non-string', () => {
// @ts-expect-error
let output = mimer.lookup(123);
assert.is(output, undefined);
});
Expand Down

0 comments on commit a5d7a5b

Please sign in to comment.