@fgv/ts-utils-jest
Version:
Custom matchers for ts-utils result class
15 lines • 1.23 kB
JavaScript
import ToFail from './toFail';
import ToFailTest from './toFailTest';
import ToFailTestAndMatchSnapshot from './toFailTestAndMatchSnapshot';
import ToFailTestWith from './toFailTestWith';
import ToFailWith from './toFailWith';
import ToFailWithDetail from './toFailWithDetail';
import ToHaveBeenCalledWithArgumentsMatching from './toHaveBeenCalledWithArgumentsMatching';
import ToSucceed from './toSucceed';
import ToSucceedAndMatchInlineSnapshot from './toSucceedAndMatchInlineSnapshot';
import ToSucceedAndMatchSnapshot from './toSucceedAndMatchSnapshot';
import ToSucceedAndSatisfy from './toSucceedAndSatisfy';
import ToSucceedWith from './toSucceedWith';
import toSucceedWithDetail from './toSucceedWithDetail';
export default Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, ToFail), ToFailTest), ToFailTestAndMatchSnapshot), ToFailTestWith), ToFailWith), ToFailWithDetail), ToHaveBeenCalledWithArgumentsMatching), ToSucceed), ToSucceedAndMatchInlineSnapshot), ToSucceedAndMatchSnapshot), ToSucceedAndSatisfy), ToSucceedWith), toSucceedWithDetail);
//# sourceMappingURL=index.js.map