We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5c5d9 commit 5a5d714Copy full SHA for 5a5d714
src/index.test.ts
@@ -0,0 +1,8 @@
1
+/* eslint-disable @typescript-eslint/no-explicit-any */
2
+import {validate} from '.'
3
+
4
+test('imports', () => {
5
+ expect(() =>
6
+ ((validate as unknown) as any)(undefined, undefined, undefined, 'file.ts'),
7
+ ).toThrow()
8
+})
0 commit comments