Skip to content

Commit 8830d86

Browse files
authored
Update tests.ts
1 parent 726b516 commit 8830d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import {
33
assertStrictEquals,
44
} from "https://deno.land/[email protected]/assert/mod.ts";
55

6-
import * as cheerio from "https://cdn.jsdelivr.net/npm/[email protected]/dist/browser/index.js";
6+
import * as cheerio from "https://esm.sh/[email protected]/dist/browser/index.js";
77

8-
import cspParser from "https://cdn.jsdelivr.net/npm/[email protected]/script/mod.js/+esm";
8+
import cspParser from "https://esm.sh/[email protected]/script/mod.js";
99
import { assertEquals } from "https://deno.land/[email protected]/assert/assert_equals.ts";
1010
import { assert } from "https://deno.land/[email protected]/assert/assert.ts";
1111
import { assertArrayIncludes } from "https://deno.land/[email protected]/assert/assert_array_includes.ts";

0 commit comments

Comments
 (0)