summaryrefslogtreecommitdiffstats
path: root/browser/components/syncedtabs/test/xpcshell/head.js
blob: 609c005652ae1885333d57f7fa4bff79625e8841 (plain)
1
2
3
4
5
6
7
8
9
10
var { XPCOMUtils } = ChromeUtils.importESModule(
  "resource://gre/modules/XPCOMUtils.sys.mjs"
);
var { sinon } = ChromeUtils.import("resource://testing-common/Sinon.jsm");

XPCOMUtils.defineLazyGetter(this, "FxAccountsCommon", function() {
  return ChromeUtils.import("resource://gre/modules/FxAccountsCommon.js");
});

do_get_profile(); // fxa needs a profile directory for storage.