Skip to content

Instantly share code, notes, and snippets.

@0xR
Last active November 2, 2016 16:43
Show Gist options
  • Save 0xR/998ae68d6a88015541a17f60ef00c5af to your computer and use it in GitHub Desktop.
Save 0xR/998ae68d6a88015541a17f60ef00c5af to your computer and use it in GitHub Desktop.
expect({ a: 1 }).to.deep.equal({ a: 1 });
jestExpect({ a: 1 }).toEqual({ a: 1 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment