summaryrefslogtreecommitdiffstats
path: root/toolkit/identity/tests/unit/tail_identity.js
blob: c263f8369da9c8c5c7de0caa84bcd24e52417250 (plain)
1
2
3
4
5
6
7
8

// pre-emptively shut down to clear resources
if (typeof IdentityService !== "undefined") {
  IdentityService.shutdown();
} else if (typeof IDService !== "undefined") {
  IDService.shutdown();
}