Skip to content

Commit

Permalink
chore(): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
syhol committed Dec 14, 2023
1 parent 6a99cd3 commit cf847b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/testUtils/denoVitestPolyfill.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from "https://deno.land/[email protected]/testing/bdd.ts";
export { it as test } from "https://deno.land/[email protected]/testing/bdd.ts";
export * from 'https://deno.land/[email protected]/testing/bdd.ts';
export { it as test } from 'https://deno.land/[email protected]/testing/bdd.ts';
export { expectTypeOf } from 'npm:[email protected]';
import jestExpect from 'npm:[email protected]';
export const expect = jestExpect.default;

0 comments on commit cf847b6

Please sign in to comment.