Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
bump deps (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
v 1 r t l authored Aug 8, 2023
1 parent 2b343ce commit db27901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * as colors from "https://deno.land/std@0.177.0/fmt/colors.ts";
export { expect, mock } from "https://deno.land/x/expect@v0.2.9/mod.ts";
export * as colors from "https://deno.land/std@0.197.0/fmt/colors.ts";
export { expect, mock } from "https://deno.land/x/expect@v0.4.0/mod.ts";
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ import { expect as expect_, mock as mock_ } from "./deps.ts";
/**
* Matchers re-exported from allain/expect. These are not required to do
* assertions in tincan, so you can use the standard library (std/testing) or
* bring your own matchers. See https://deno.land/x/expect@v0.2.9/ for more
* bring your own matchers. See https://deno.land/x/expect@v0.4.0/ for more
* information.
*/
export function expect(value: unknown) {
Expand Down

0 comments on commit db27901

Please sign in to comment.