UNPKG

testplane

Version:

Tests framework based on mocha and wdio

8 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cleanupScrolls = void 0; async function cleanupScrolls(screenshooter) { await screenshooter.call("cleanupScrolls", []); } exports.cleanupScrolls = cleanupScrolls; //# sourceMappingURL=scrolls.js.map