alsatian
Version:
TypeScript and JavaScript testing framework for beautiful and readable tests
9 lines • 344 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const build_expect_1 = require("./build-expect");
exports.buildExpect = build_expect_1.buildExpect;
const expect_1 = require("./expect");
exports.Expect = expect_1.Expect;
const fail_1 = require("./fail");
exports.fail = fail_1.fail;
//# sourceMappingURL=index.js.map
;