@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
11 lines • 413 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const nock_1 = __importDefault(require("nock"));
exports.default = async () => {
// Cleans every active mock
nock_1.default.cleanAll();
};
//# sourceMappingURL=bridgeTeardownUseMocks.js.map