@@ -26,7 +26,7 @@ exports[`asymmetric matcher error 3`] = `
2626 "diff": "- Expected
2727+ Received
2828
29- Object {
29+ {
3030- " foo" : StringContaining " xx" ,
3131+ " foo" : " hello" ,
3232 } ",
@@ -45,7 +45,7 @@ exports[`asymmetric matcher error 4`] = `
4545 "diff": "- Expected
4646+ Received
4747
48- Object {
48+ {
4949- " foo" : StringNotContaining " ll" ,
5050+ " foo" : " hello" ,
5151 } ",
@@ -90,7 +90,7 @@ exports[`asymmetric matcher error 7`] = `
9090 "diff": "- Expected
9191+ Received
9292
93- Object {
93+ {
9494- " foo" : stringContainingCustom <xx >,
9595+ "foo": "hello",
9696 }",
@@ -109,7 +109,7 @@ exports[`asymmetric matcher error 8`] = `
109109 "diff": "- Expected
110110+ Received
111111
112- Object {
112+ {
113113- " foo" : not .stringContainingCustom <ll >,
114114+ "foo": "hello",
115115 }",
@@ -161,7 +161,7 @@ exports[`asymmetric matcher error 12`] = `
161161+ Received
162162
163163- ObjectContaining {
164- + Object {
164+ + {
165165 " k" : " v" ,
166166- " k3" : " v3" ,
167167+ " k2" : " v2" ,
@@ -184,7 +184,7 @@ exports[`asymmetric matcher error 13`] = `
184184+ Received
185185
186186- ArrayContaining [
187- + Array [
187+ + [
188188 " a" ,
189189- " c" ,
190190+ " b" ,
@@ -333,7 +333,7 @@ exports[`diff 2`] = `
333333false
334334
335335+ Received:
336- Object {
336+ {
337337 " hello" : " world" ,
338338} ",
339339 "expected": "false",
@@ -350,7 +350,7 @@ exports[`diff 3`] = `
350350NaN
351351
352352+ Received:
353- Object {
353+ {
354354 " hello" : " world" ,
355355} ",
356356 "expected": "NaN",
@@ -367,7 +367,7 @@ exports[`diff 4`] = `
367367undefined
368368
369369+ Received:
370- Object {
370+ {
371371 " hello" : " world" ,
372372} ",
373373 "expected": "undefined",
@@ -384,7 +384,7 @@ exports[`diff 5`] = `
384384null
385385
386386+ Received:
387- Object {
387+ {
388388 " hello" : " world" ,
389389} ",
390390 "expected": "null",
@@ -400,7 +400,7 @@ exports[`toHaveBeenNthCalledWith error 1`] = `
400400 " diff" : " - Expected
401401+ Received
402402
403- Array [
403+ [
404404- " hey" ,
405405+ " Hi" ,
406406 ]" ,
0 commit comments