We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e5024 commit 019f649Copy full SHA for 019f649
deno.json
@@ -1,8 +1,5 @@
1
{
2
"tasks": {
3
"build": "deno run -A build_npm.ts"
4
- },
5
- "imports": {
6
- "assert": "https://deno.land/std@0.209.0/assert/mod.ts"
7
}
8
src/index.test.ts
@@ -9,7 +9,7 @@ import {
9
suffixesWithPrefix,
10
} from "./index.ts";
11
12
-import { assertEquals } from "assert";
+import { assertEquals } from "https://deno.land/std@0.192.0/testing/asserts.ts";
13
14
type Func = (...args: any[]) => any;
15
0 commit comments