UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

25 lines 1.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const container_matcher_1 = require("./container-matcher"); exports.ContainerMatcher = container_matcher_1.ContainerMatcher; const empty_matcher_1 = require("./empty-matcher"); exports.EmptyMatcher = empty_matcher_1.EmptyMatcher; const function_matcher_1 = require("./function-matcher"); exports.FunctionMatcher = function_matcher_1.FunctionMatcher; const function_spy_call_count_matcher_1 = require("./function-spy-call-count-matcher"); exports.FunctionSpyCallCountMatcher = function_spy_call_count_matcher_1.FunctionSpyCallCountMatcher; const function_spy_matcher_1 = require("./function-spy-matcher"); exports.FunctionSpyMatcher = function_spy_matcher_1.FunctionSpyMatcher; const matcher_1 = require("./matcher"); exports.Matcher = matcher_1.Matcher; const number_matcher_1 = require("./number-matcher"); exports.NumberMatcher = number_matcher_1.NumberMatcher; const property_matcher_1 = require("./property-matcher"); exports.PropertyMatcher = property_matcher_1.PropertyMatcher; const spy_call_count_type_1 = require("./spy-call-count-type"); exports.SpyCallCountType = spy_call_count_type_1.SpyCallCountType; const string_matcher_1 = require("./string-matcher"); exports.StringMatcher = string_matcher_1.StringMatcher; const object_matcher_1 = require("./object-matcher"); exports.ObjectMatcher = object_matcher_1.ObjectMatcher; //# sourceMappingURL=index.js.map