UNPKG

@tsdi/unit

Version:

unit testing framework, base on AOP, Ioc container

21 lines (19 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./metadata"), exports); tslib_1.__exportStar(require("./decorators"), exports); tslib_1.__exportStar(require("./assert/assert"), exports); tslib_1.__exportStar(require("./assert/expects"), exports); tslib_1.__exportStar(require("./runner/ISuiteRunner"), exports); tslib_1.__exportStar(require("./runner/SuiteRunner"), exports); tslib_1.__exportStar(require("./runner/OldTestRunner"), exports); tslib_1.__exportStar(require("./runner/UnitTestRunner"), exports); tslib_1.__exportStar(require("./reports/ITestReport"), exports); tslib_1.__exportStar(require("./reports/TestReport"), exports); tslib_1.__exportStar(require("./reports/Reporter"), exports); tslib_1.__exportStar(require("./UnitTest"), exports); tslib_1.__exportStar(require("./UnitTestConfigure"), exports); tslib_1.__exportStar(require("./UnitTestConfigureRegister"), exports); tslib_1.__exportStar(require("./UnitTestContext"), exports); //# sourceMappingURL=sourcemaps/index.js.map