cli-testing-library
Version:
Simple and complete CLI testing utilities that encourage good testing practices.
12 lines (11 loc) • 433 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const text = require("./text.cjs");
const error = require("./error.cjs");
exports.findByText = text.findByText;
exports.getByText = text.getByText;
exports.queryByText = text.queryByText;
exports.findByError = error.findByError;
exports.getByError = error.getByError;
exports.queryByError = error.queryByError;
//# sourceMappingURL=index.cjs.map