Skip to content

Commit 019f649

Browse files
committed
build-passing
1 parent e0e5024 commit 019f649

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

deno.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"tasks": {
33
"build": "deno run -A build_npm.ts"
4-
},
5-
"imports": {
6-
"assert": "https://deno.land/std@0.209.0/assert/mod.ts"
74
}
85
}

src/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
suffixesWithPrefix,
1010
} from "./index.ts";
1111

12-
import { assertEquals } from "assert";
12+
import { assertEquals } from "https://deno.land/std@0.192.0/testing/asserts.ts";
1313

1414
type Func = (...args: any[]) => any;
1515

0 commit comments

Comments
 (0)