Skip to content

Commit 4a2dd25

Browse files
committed
there is no in-source benchmark
1 parent a0cf264 commit 4a2dd25

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Vitest_Bindings.res

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ module InSource = {
3232
@scope("import.meta.vitest") @val
3333
external itAsync: (string, @uncurry unit => promise<unit>) => unit = "it"
3434

35-
@scope("import.meta.vitest") @val
36-
external bench: (string, @uncurry unit => unit) => unit = "it"
37-
38-
@scope("import.meta.vitest") @val
39-
external benchAsync: (string, @uncurry unit => promise<unit>) => unit = "it"
40-
4135
@send
4236
external expect: (testCtx, 'a) => expected<'a> = "expect"
4337

0 commit comments

Comments
 (0)