Skip to content

Commit

Permalink
⬆️ update deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Mar 1, 2023
1 parent 396f5ba commit b5d1e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { jason } from "./mod.ts";
import {
assertEquals,
assertNotEquals,
} from "https://deno.land/std@0.175.0/testing/asserts.ts";
} from "https://deno.land/std@0.178.0/testing/asserts.ts";

Deno.test("Formats correctly.", () => {
const data = `
Expand Down

0 comments on commit b5d1e27

Please sign in to comment.