Skip to content

Commit fcb2960

Browse files
committed
Add missing imports for test
1 parent 0bab852 commit fcb2960

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit_tests/completion_test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import "./test_helper.js";
2+
import "../../background_scripts/tab_recency.js";
23
import "../../background_scripts/bg_utils.js";
34
import "../../background_scripts/completion_engines.js";
45
import "../../background_scripts/completion_search.js";
56
import "../../background_scripts/completion.js";
7+
import "../../lib/url_utils.js";
68

79
const hours = (n) => 1000 * 60 * 60 * n;
810

0 commit comments

Comments
 (0)