UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

7 lines 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cacheExpectedPaths = exports.cacheDiffImages = exports.cacheAllImages = void 0; exports.cacheAllImages = new Map(); exports.cacheDiffImages = new Map(); exports.cacheExpectedPaths = new Map(); //# sourceMappingURL=image-cache.js.map