-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `assert.truthy()` - checks if something is truthy - `assert.falsey()` - checks if something is falsey - `assert.eq()` - uses the `==` comparison (alias of `assert.equals()`) - `assert.strictEquals()` - uses the `===` comparison - `assert.deepEquals()` - uses the `react-fast-compare` deep equals comparison - `assert.isType()` - uses a `typeof` comparison - `assert.isImmutable()` - checks if something is a Boolean, Number, String, Null - `assert.isMutable()` - checks if something is an Object, Array, Function, Class, Map, or Set - `assert.isReactElement()` - checks object contains `$$typeof = REACT_ELEMENT_TYPE`
- Loading branch information
Showing
6 changed files
with
139 additions
and
144 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.