We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bab852 commit fcb2960Copy full SHA for fcb2960
tests/unit_tests/completion_test.js
@@ -1,8 +1,10 @@
1
import "./test_helper.js";
2
+import "../../background_scripts/tab_recency.js";
3
import "../../background_scripts/bg_utils.js";
4
import "../../background_scripts/completion_engines.js";
5
import "../../background_scripts/completion_search.js";
6
import "../../background_scripts/completion.js";
7
+import "../../lib/url_utils.js";
8
9
const hours = (n) => 1000 * 60 * 60 * n;
10
0 commit comments