File tree Expand file tree Collapse file tree
e2e/__tests__/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33exports [` can press "f" to run only failed tests: test results 1` ] = `
44FAIL __tests__/bar.spec.js
55 ● bar 1
6+
67 expect(received).toBe(expected) // Object.is equality
8+
79 Expected: "foo"
810 Received: "bar"
11+
912 > 1 | test('bar 1', () => { expect (' bar' ).toBe (' foo' ); } );
1013 | ^
14+
1115 at Object.toBe (__tests__/bar.spec.js:1:37)
1216
1317PASS __tests__/foo.spec.js
@@ -16,12 +20,17 @@ PASS __tests__/foo.spec.js
1620exports [` can press "f" to run only failed tests: test results 2` ] = `
1721FAIL __tests__/bar.spec.js
1822 ✕ bar 1
23+
1924 ● bar 1
25+
2026 expect(received).toBe(expected) // Object.is equality
27+
2128 Expected: "foo"
2229 Received: "bar"
30+
2331 > 1 | test('bar 1', () => { expect (' bar' ).toBe (' foo' ); } );
2432 | ^
33+
2534 at Object.toBe (__tests__/bar.spec.js:1:37)
2635
2736` ;
Original file line number Diff line number Diff line change 33exports [` can press "u" to update snapshots: test results 1` ] = `
44FAIL __tests__/bar.spec.js
55 ✕ bar
6+
67 ● bar
8+
79 expect(received).toMatchSnapshot()
10+
811 Snapshot name: \` bar 1\`
12+
913 Snapshot: "foo"
1014 Received: "bar"
15+
1116 > 1 | test('bar', () => { expect (' bar' ).toMatchSnapshot (); } );
1217 | ^
18+
1319 at Object.toMatchSnapshot (__tests__/bar.spec.js:1:35)
20+
1421 › 1 snapshot failed.
1522Snapshot Summary
1623 › 1 snapshot failed from 1 test suite. Inspect your code changes or press \` u\` to update them.
@@ -20,6 +27,7 @@ Snapshot Summary
2027exports [` can press "u" to update snapshots: test results 2` ] = `
2128PASS __tests__/bar.spec.js
2229 ✓ bar
30+
2331 › 1 snapshot updated.
2432Snapshot Summary
2533 › 1 snapshot updated from 1 test suite.
You can’t perform that action at this time.
0 commit comments