Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update 1 more snapshot matchers test for jest-jasmine
  • Loading branch information
pedrottimark committed Feb 5, 2018
commit 27c4f6681cca924819cc3979465ae355d9ec272b
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`matchers proxies matchers to expect 1`] = `
"<dim>expect(</><red>received</><dim>).toBe(</><green>expected</><dim>) // using Object.is</>
"<dim>expect(</><red>received</><dim>).toBe(</><green>expected</><dim>) // Object.is equality</>

Expected value to be:
<green>2</>
Expand Down