Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Mar 12, 2022
1 parent fb660cc commit ccceae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ export {
assertEquals,
assertStrictEquals,
assertThrows,
} from "https://deno.land/std@0.120.0/testing/asserts.ts";
} from "https://deno.land/std@0.129.0/testing/asserts.ts";

export {
bench,
runBenchmarks,
} from "https://deno.land/std@0.120.0/testing/bench.ts";
export type { BenchmarkTimer } from "https://deno.land/std@0.120.0/testing/bench.ts";
} from "https://deno.land/std@0.129.0/testing/bench.ts";
export type { BenchmarkTimer } from "https://deno.land/std@0.129.0/testing/bench.ts";

export { describe, it } from "https://deno.land/x/test_suite@0.12.0/mod.ts";

0 comments on commit ccceae0

Please sign in to comment.