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 8566f95 commit f970c61Copy full SHA for f970c61
flug.d.ts
@@ -1,4 +1,4 @@
1
export default function test(
2
name: string,
3
- callback: ({ eq }: { eq?: (actual: any, expected: any) => boolean }) => void
+ callback: ({ eq }: { eq: (actual: any, expected: any) => boolean }) => void
4
): void;
package.json
@@ -12,7 +12,8 @@
12
"format": "npx prettier --arrow-parens=avoid --print-width=500 --write *.js */**.js",
13
"lint": "node lint.js",
14
"test": "node test.js",
15
- "test:html": "npx http-server"
+ "test:html": "npx http-server",
16
+ "test:ts": "npx ts-node test.ts"
17
},
18
"repository": {
19
"type": "git",
0 commit comments