Skip to content

Commit

Permalink
⬆️ Bump @std/assert from 0.213.0 to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Oct 9, 2024
1 parent f1b488f commit 4b83a92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 34 deletions.
2 changes: 1 addition & 1 deletion core/search_tags.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.213.0/testing/asserts.ts";
import { assertEquals } from "jsr:@std/assert@1.0.6";
import { searchTag } from "./search_tags.ts";

Deno.test("function searchTag(tags, histories)", async (ctx) => {
Expand Down
44 changes: 11 additions & 33 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b83a92

Please sign in to comment.