mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(cli/init): update to assert/mod.ts
(#19924)
This commit is contained in:
parent
40008c73bb
commit
b9765647de
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
Deno.test(function addTest() {
|
||||
|
|
Loading…
Reference in a new issue