-
-
Notifications
You must be signed in to change notification settings - Fork 0
2.0.0-rc #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
2.0.0-rc #4
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…, update `boolean()` `defined()` `false()` `number()` `numberBetween()` `objectKey()` `objectKeyIn()` `objectKeys()` `regexp()` `string()` `stringOfLength()` `true()` `toBe()` methods, add `objectKeysIn()` `objectSomeKeys()` `stringIncludes()` `stringIncludesSome()` and update jsdoc.
…er description and jsdoc of `number()` method.
…l methods, remove `toBeResolved()` method, `toBeInstanceOfFunction() method validates now with only `instanceof` operator, update and fix jsdoc.
…Length()` methods to use `MinMax` interface by respectively `range` and `length` parameters.
…te functionality of `stringOfLength()`.
…ctionalFailOutput` parameter and update jsdoc.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[2.0.0-rc] - 2022-01-30
[2.0.0-rc] Added
stringOfLengthBetween()
method ofTestingToBeMatchers
. 2854f54randomNumber()
andrandomString()
helper functions. cbe05f5objectKeysIn()
,objectSomeKeys()
,stringIncludes()
andstringIncludesSome()
methods ofTestingToBeMatchers
. 9af6d2f[2.0.0-rc] Changed
stringOfLength()
to the singlelength
parameter. d82f066Updated6af0073numberBetween()
andstringOfLength()
methods ofTestingToBeMatchers
to useMinMax
interface from@angular-package/type
.min
andmax
ofstringOfLength()
andnumberBetween()
method. d82f066expectation fail output
and usewithContext()
method to display it. 9af6d2fobjectKey()
,objectKeyIn()
,objectKeys()
andmethods cause of updatednumberBetween()
@angular-package/type
. 9af6d2f@angular-package/type
. 9af6d2fkey
property type fromKey | Key[]
toPropertyKey
in theobjectKey()
objectKeyIn()
methods.keys
property type fromKey[]
toPropertyKey[]
in theobjectKeys()
method.execute
parameter to be optional by setting the default value totrue
for all methods. dd18b84Testing.prototype.toBeInstanceOfFunction()
method usesinstanceof
operator to validate. dd18b84[2.0.0-rc] Removed
toBeResolved()
method. dd18b84