summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/extensions/mdn/test/unit/head_mdn.js
blob: 0735341e3000af3e655e9b9616ae5531c2a31f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
var { MailServices } = ChromeUtils.import(
  "resource:///modules/MailServices.jsm"
);
var { mailTestUtils } = ChromeUtils.import(
  "resource://testing-common/mailnews/MailTestUtils.jsm"
);
var { localAccountUtils } = ChromeUtils.import(
  "resource://testing-common/mailnews/LocalAccountUtils.jsm"
);

var CC = Components.Constructor;

// Ensure the profile directory is set up
do_get_profile();

registerCleanupFunction(function () {
  load("../../../../../mailnews/resources/mailShutdown.js");
});