@minimaltech/node-infra
Version:
Minimal Technology NodeJS Infrastructure - Loopback 4 Framework
11 lines • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TestPlan = void 0;
const base_1 = require("./base");
class TestPlan extends base_1.BaseTestPlan {
static newInstance(opts) {
return new TestPlan(opts);
}
}
exports.TestPlan = TestPlan;
//# sourceMappingURL=default.js.map