Skip to content

Commit

Permalink
there is no in-source benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Dec 2, 2024
1 parent a0cf264 commit 4a2dd25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Vitest_Bindings.res
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ module InSource = {
@scope("import.meta.vitest") @val
external itAsync: (string, @uncurry unit => promise<unit>) => unit = "it"

@scope("import.meta.vitest") @val
external bench: (string, @uncurry unit => unit) => unit = "it"

@scope("import.meta.vitest") @val
external benchAsync: (string, @uncurry unit => promise<unit>) => unit = "it"

@send
external expect: (testCtx, 'a) => expected<'a> = "expect"

Expand Down

0 comments on commit 4a2dd25

Please sign in to comment.