UNPKG

askui

Version:

Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on

28 lines (27 loc) 937 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DummyCacheManager = void 0; class DummyCacheManager { // eslint-disable-next-line class-methods-use-this add(_key, _value) { } // eslint-disable-next-line class-methods-use-this addCacheEntryFromControlCommand(_instruction, _controlCommand, _customElements, _image) { return Promise.resolve(); } // eslint-disable-next-line class-methods-use-this isImageRequired(_instruction, _customElements) { return undefined; } // eslint-disable-next-line class-methods-use-this getCachedControlCommand(_instruction, _customElements, _image) { return Promise.resolve(undefined); } // eslint-disable-next-line class-methods-use-this loadFromFile() { } // eslint-disable-next-line class-methods-use-this saveToFile() { } } exports.DummyCacheManager = DummyCacheManager;