forked from jestjs/jest
-
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.
add Immutable pretty-format plugins for Immutable.OrderedSet and Immu… (
jestjs#2899) * add Immutable pretty-format plugins for Immutable.OrderedSet and Immutable.List * adding immutable pretty-format plugins * update yarn.lock with immutable library * adding support for react components in Immutable pretty-format plugins * adding copyright header * refactor printImmutable method * fix flow check * add support for opts {min: false} for immutable plugins * change ES2015 spread syntax to .concat * add missing semicolon * refactor printImmutable * adding trailing comma when {min: false} * refactor immutable tests using expect.extend toPrettyPrintTo
- Loading branch information
1 parent
eed4bf9
commit d824199
Showing
15 changed files
with
680 additions
and
4 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
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
Oops, something went wrong.