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 a0cf264 commit 4a2dd25Copy full SHA for 4a2dd25
src/Vitest_Bindings.res
@@ -32,12 +32,6 @@ module InSource = {
32
@scope("import.meta.vitest") @val
33
external itAsync: (string, @uncurry unit => promise<unit>) => unit = "it"
34
35
- @scope("import.meta.vitest") @val
36
- external bench: (string, @uncurry unit => unit) => unit = "it"
37
-
38
39
- external benchAsync: (string, @uncurry unit => promise<unit>) => unit = "it"
40
41
@send
42
external expect: (testCtx, 'a) => expected<'a> = "expect"
43
0 commit comments