@@ -76,7 +76,7 @@ If you've come here to help contribute - Thanks! Take a look at the [contributin
76
76
- [ .toBeNegative()] ( #tobenegative )
77
77
- [ .toBeEven()] ( #tobeeven )
78
78
- [ .toBeOdd()] ( #tobeodd )
79
- - [ .toBeWithin(start, end)] ( #tobewithinstart-- end )
79
+ - [ .toBeWithin(start, end)] ( #tobewithinstart-end )
80
80
- [ Object] ( #object )
81
81
- [ .toBeObject()] ( #tobeobject )
82
82
- [ .toContainKey(key)] ( #tocontainkeykey )
@@ -87,10 +87,10 @@ If you've come here to help contribute - Thanks! Take a look at the [contributin
87
87
- [ .toContainValues([ values] )] ( #tocontainvaluesvalues )
88
88
- [ .toContainAllValues([ values] )] ( #tocontainallvaluesvalues )
89
89
- [ .toContainAnyValues([ values] )] ( #tocontainanyvaluesvalues )
90
- - [ .toContainEntry([ key, value] )] ( #tocontainentrykey-- value )
91
- - [ .toContainEntries([[ key, value]] )] ( #tocontainentrieskey-- value )
92
- - [ .toContainAllEntries([[ key, value]] )] ( #tocontainallentrieskey-- value )
93
- - [ .toContainAnyEntries([[ key, value]] )] ( #tocontainanyentrieskey-- value )
90
+ - [ .toContainEntry([ key, value] )] ( #tocontainentrykey-value )
91
+ - [ .toContainEntries([[ key, value]] )] ( #tocontainentrieskey-value )
92
+ - [ .toContainAllEntries([[ key, value]] )] ( #tocontainallentrieskey-value )
93
+ - [ .toContainAnyEntries([[ key, value]] )] ( #tocontainanyentrieskey-value )
94
94
- [ .toBeExtensible()] ( #tobeextensible )
95
95
- [ .toBeFrozen()] ( #tobefrozen )
96
96
- [ .toBeSealed()] ( #tobesealed )
@@ -104,7 +104,7 @@ If you've come here to help contribute - Thanks! Take a look at the [contributin
104
104
- [ .toStartWith(prefix)] ( #tostartwithprefix )
105
105
- [ .toEndWith(suffix)] ( #toendwithsuffix )
106
106
- [ .toInclude(substring)] ( #toincludesubstring )
107
- - [ .toIncludeRepeated(substring, times)] ( #toincluderepeatedsubstring-- times )
107
+ - [ .toIncludeRepeated(substring, times)] ( #toincluderepeatedsubstring-times )
108
108
- [ .toIncludeMultiple([ substring] )] ( #toincludemultiplesubstring )
109
109
- [ LICENSE] ( #license )
110
110
0 commit comments