jest-extended
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -177,4 +177,8 @@ 'use strict'; | ||
var _toIncludeRepeated = require('./toIncludeRepeated'); | ||
var _toIncludeRepeated2 = _interopRequireDefault(_toIncludeRepeated); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.default = [_toBeEven2.default, _toBeTrue2.default, _toBeFalse2.default, _toContainValue2.default, _toContainValues2.default, _toBeArray2.default, _toEqualCaseInsensitive2.default, _toStartWith2.default, _toBeNegative2.default, _toBeOneOf2.default, _toContainKey2.default, _toBeExtensible2.default, _toBeString2.default, _toBeWithin2.default, _toIncludeMultiple2.default, _toEndWith2.default, _toBeFrozen2.default, _toBeObject2.default, _toContainAllKeys2.default, _toContainAnyKeys2.default, _toContainKeys2.default, _toBeFinite2.default, _toIncludeAnyMembers2.default, _toIncludeAllMembers2.default, _toBeNaN2.default, _toBePositive2.default, _toInclude2.default, _toBeBoolean2.default, _toBeFunction2.default, _toBeNumber2.default, _toBeOdd2.default, _toContainAllValues2.default, _toContainEntry2.default, _toContainAllEntries2.default, _toContainEntries2.default, _toContainAnyEntries2.default, _toContainAnyValues2.default, _toBeNil2.default, _toSatisfyAll2.default, _toBeEmpty2.default, _toBeSealed2.default, _toSatisfy2.default].reduce((acc, matcher) => _extends({}, acc, matcher), {}); | ||
exports.default = [_toBeEven2.default, _toBeTrue2.default, _toBeFalse2.default, _toContainValue2.default, _toContainValues2.default, _toBeArray2.default, _toEqualCaseInsensitive2.default, _toStartWith2.default, _toBeNegative2.default, _toBeOneOf2.default, _toContainKey2.default, _toBeExtensible2.default, _toBeString2.default, _toBeWithin2.default, _toIncludeMultiple2.default, _toEndWith2.default, _toBeFrozen2.default, _toBeObject2.default, _toContainAllKeys2.default, _toContainAnyKeys2.default, _toContainKeys2.default, _toBeFinite2.default, _toIncludeAnyMembers2.default, _toIncludeAllMembers2.default, _toBeNaN2.default, _toBePositive2.default, _toInclude2.default, _toBeBoolean2.default, _toBeFunction2.default, _toBeNumber2.default, _toBeOdd2.default, _toContainAllValues2.default, _toContainEntry2.default, _toContainAllEntries2.default, _toContainEntries2.default, _toContainAnyEntries2.default, _toContainAnyValues2.default, _toBeNil2.default, _toSatisfyAll2.default, _toBeEmpty2.default, _toBeSealed2.default, _toSatisfy2.default, _toIncludeRepeated2.default].reduce((acc, matcher) => _extends({}, acc, matcher), {}); |
{ | ||
"name": "jest-extended", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Additional Jest matchers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -520,4 +520,2 @@ <div align="center"> | ||
_Note: Currently unimplemented_ | ||
Use `.toContainAnyValues` when checking if an object contains at least one of the provided values. | ||
@@ -601,3 +599,3 @@ | ||
Use `.toBeFrozen` when checking if an object is frozon. | ||
Use `.toBeFrozen` when checking if an object is frozen. | ||
@@ -614,4 +612,2 @@ ```js | ||
_Note: Currently unimplemented_ | ||
Use `.toBeSealed` when checking if an object is sealed. | ||
@@ -695,4 +691,2 @@ | ||
_Note: Currently unimplemented_ | ||
Use `.toIncludeRepeated` when checking if a `String` includes the given `String` substring the correct number of times. | ||
@@ -699,0 +693,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96712
91
1148
722