Skip to content

Commit

Permalink
jasmine snap
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 5, 2022
1 parent 4f7be3c commit efbcfe2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions e2e/__tests__/failureDetailsProperty.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ test('that the failureDetails property is set', () => {
"error": Object {
"matcherResult": Object {
"actual": "Object {
\\"p1\\": \\"hello\\",
\\"p2\\": \\"world\\",
"p1": "hello",
"p2": "world",
}",
"expected": "Object {
\\"p1\\": \\"hello\\",
\\"p2\\": \\"sunshine\\",
"p1": "hello",
"p2": "sunshine",
}",
"message": "expect(received).toMatchInlineSnapshot(snapshot)
Expand All @@ -106,9 +106,9 @@ test('that the failureDetails property is set', () => {
+ Received + 1
Object {
\\"p1\\": \\"hello\\",
- \\"p2\\": \\"sunshine\\",
+ \\"p2\\": \\"world\\",
"p1": "hello",
- "p2": "sunshine",
+ "p2": "world",
}",
"name": "toMatchInlineSnapshot",
"pass": false,
Expand All @@ -124,9 +124,9 @@ test('that the failureDetails property is set', () => {
+ Received + 1
Object {
\\"p1\\": \\"hello\\",
- \\"p2\\": \\"sunshine\\",
+ \\"p2\\": \\"world\\",
"p1": "hello",
- "p2": "sunshine",
+ "p2": "world",
}",
"passed": false,
"stack": "Error: expect(received).toMatchInlineSnapshot(snapshot)
Expand All @@ -137,9 +137,9 @@ test('that the failureDetails property is set', () => {
+ Received + 1
Object {
\\"p1\\": \\"hello\\",
- \\"p2\\": \\"sunshine\\",
+ \\"p2\\": \\"world\\",
"p1": "hello",
- "p2": "sunshine",
+ "p2": "world",
}
at <stacktrace>",
},
Expand Down

0 comments on commit efbcfe2

Please sign in to comment.