UNPKG

487 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const fancy_test_1 = require("fancy-test");
4exports.expect = fancy_test_1.expect;
5const command_1 = require("./command");
6const exit_1 = require("./exit");
7const hook_1 = require("./hook");
8exports.test = fancy_test_1.fancy
9 .register('command', command_1.default)
10 .register('exit', exit_1.default)
11 .register('hook', hook_1.default);
12exports.default = exports.test;
13//# sourceMappingURL=index.js.map
\No newline at end of file