UNPKG

@codechecks/lighthouse-keeper

Version:

Keep an eye on Google Lighthouse score changes

5 lines 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // for some weird reson i was unable to mock tmp-promise so i needed to mock whole function exports.uploadHtmlReport = jest.fn(() => "LINK"); //# sourceMappingURL=uploadHtmlReport.js.map