Skip to content

Commit 6d458e6

Browse files
committed
Fix import statement
The npm: specifier is not needed since its in our deno.json
1 parent 2c86080 commit 6d458e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/vomnibar_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { assert, context, setup, should, stub, teardown } from "../vendor/shoulda.js";
22
import * as shoulda from "../vendor/shoulda.js";
3-
import * as jsdom from "npm:jsdom";
3+
import * as jsdom from "jsdom";
44
import "../../tests/unit_tests/test_chrome_stubs.js";
55
import "../../background_scripts/completion.js";
66
import { Vomnibar } from "../../pages/vomnibar.js";

0 commit comments

Comments
 (0)