Skip to content

Commit

Permalink
Merge pull request #135 from drashland/update-dependencies-bump-versi…
Browse files Browse the repository at this point in the history
…on-numbers

chore: Update dependencies and bump version numbers across repo
  • Loading branch information
crookse authored Feb 23, 2022
2 parents 6711cca + 032be8e commit 77a05f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { BufReader } from "https://deno.land/std@0.116.0/io/bufio.ts";
export { BufReader } from "https://deno.land/std@0.126.0/io/bufio.ts";

export * as StdAsserts from "https://deno.land/std@0.116.0/testing/asserts.ts";
export * as StdAsserts from "https://deno.land/std@0.126.0/testing/asserts.ts";

export * as colors from "https://deno.land/std@0.116.0/fmt/colors.ts";
export * as colors from "https://deno.land/std@0.126.0/fmt/colors.ts";
7 changes: 0 additions & 7 deletions tests/integration/asserts_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ Rhum.testPlan("asserts_test.ts", () => {
throw new Error("test");
});
});
Rhum.testCase("assertThrowsAsync", () => {
Rhum.asserts.assertThrowsAsync(() => {
return Rhum.asserts.assertThrowsAsync(() => {
return Promise.reject("Panic!");
});
});
});
});
});

Expand Down

0 comments on commit 77a05f8

Please sign in to comment.