UNPKG

e2ed

Version:

E2E testing framework over Playwright

7 lines (6 loc) 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runPackWithArgs = void 0; /** @internal */ var runPackWithArgs_1 = require("./runPackWithArgs"); Object.defineProperty(exports, "runPackWithArgs", { enumerable: true, get: function () { return runPackWithArgs_1.runPackWithArgs; } });