UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

16 lines 633 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FfprobeScenario = void 0; const scenario_1 = require("../scenario"); const ffprobe_response_1 = require("./ffprobe-response"); const ffprobe_adapter_1 = require("./ffprobe-adapter"); class FfprobeScenario extends scenario_1.ProtoScenario { constructor() { super(...arguments); this.adapter = ffprobe_adapter_1.fetchWithFfprobe; this.response = new ffprobe_response_1.FfprobeResponse(this); this.typeName = "FFprobe"; } } exports.FfprobeScenario = FfprobeScenario; //# sourceMappingURL=ffprobe-scenario.js.map