summaryrefslogtreecommitdiffstats
path: root/toolkit/components/places/tests/chrome/head.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/places/tests/chrome/head.js')
-rw-r--r--toolkit/components/places/tests/chrome/head.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolkit/components/places/tests/chrome/head.js b/toolkit/components/places/tests/chrome/head.js
new file mode 100644
index 0000000000..7c03e6f33d
--- /dev/null
+++ b/toolkit/components/places/tests/chrome/head.js
@@ -0,0 +1,8 @@
+var { XPCOMUtils } = ChromeUtils.importESModule(
+ "resource://gre/modules/XPCOMUtils.sys.mjs"
+);
+
+ChromeUtils.defineESModuleGetters(this, {
+ PlacesTestUtils: "resource://testing-common/PlacesTestUtils.sys.mjs",
+ PlacesUtils: "resource://gre/modules/PlacesUtils.sys.mjs",
+});