Created
February 13, 2020 12:44
-
-
Save pablocattaneo/7934fc36954f6629821c751b7d6d22d6 to your computer and use it in GitHub Desktop.
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
Using toEqual method, for example: | |
expect(data).toEqual({one: 1, two: 2}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment