Update std to 0.195.0

This commit is contained in:
2023-07-22 12:14:47 +08:00
parent 3a950887c6
commit ec2b4c57d1
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { assertEquals } from "std/testing/asserts.ts";
import { assertEquals } from "std/assert/mod.ts";
import { parse_bool, parse_int } from "./parse_form.ts";
Deno.test("parse_bool_test", async () => {