1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

fix(cli/init): update to assert/mod.ts (#19924)

This commit is contained in:
sitogi 2023-07-25 04:57:01 +09:00 committed by GitHub
parent 40008c73bb
commit b9765647de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
import { assertEquals } from "{CURRENT_STD_URL}testing/asserts.ts"; import { assertEquals } from "{CURRENT_STD_URL}assert/mod.ts";
import { add } from "./main.ts"; import { add } from "./main.ts";
Deno.test(function addTest() { Deno.test(function addTest() {