UNPKG

playwright-bdd

Version:
11 lines 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // simplified Formatter class class Formatter { constructor(options) { this.options = options; } async finished() { } } exports.default = Formatter; //# sourceMappingURL=index.js.map