summaryrefslogtreecommitdiffstats
path: root/toolkit/components/credentialmanagement/tests/xpcshell/head.js
blob: 3e7b3c2ae68c84f4b82af24a9d9aec04484dad26 (plain)
1
2
3
4
5
6
7
8
9
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

const { XPCOMUtils } = ChromeUtils.importESModule(
  "resource://gre/modules/XPCOMUtils.sys.mjs"
);
const { TestUtils } = ChromeUtils.import(
  "resource://testing-common/TestUtils.jsm"
);