UNPKG

stryker-api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

27 lines 990 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var core_1 = require("../../core"); var TestFrameworkFactory; (function (TestFrameworkFactory_1) { /** * Represents a Factory for TestFrameworks. */ var TestFrameworkFactory = /** @class */ (function (_super) { tslib_1.__extends(TestFrameworkFactory, _super); function TestFrameworkFactory() { return _super.call(this, 'test framework') || this; } return TestFrameworkFactory; }(core_1.Factory)); var TestFrameworkFactoryInstance = new TestFrameworkFactory(); /** * Returns the current instance of the TestFrameworkFactory. */ function instance() { return TestFrameworkFactoryInstance; } TestFrameworkFactory_1.instance = instance; })(TestFrameworkFactory || (TestFrameworkFactory = {})); exports.default = TestFrameworkFactory; //# sourceMappingURL=TestFrameworkFactory.js.map