summaryrefslogtreecommitdiffstats
path: root/toolkit/components/normandy/test/unit/head_xpc.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/normandy/test/unit/head_xpc.js')
-rw-r--r--toolkit/components/normandy/test/unit/head_xpc.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolkit/components/normandy/test/unit/head_xpc.js b/toolkit/components/normandy/test/unit/head_xpc.js
new file mode 100644
index 0000000000..ad2192be4b
--- /dev/null
+++ b/toolkit/components/normandy/test/unit/head_xpc.js
@@ -0,0 +1,5 @@
+"use strict";
+
+var { sinon } = ChromeUtils.importESModule(
+ "resource://testing-common/Sinon.sys.mjs"
+);