@@ -59,10 +59,10 @@ exports[`asymmetric matcher error 4`] = `
5959exports [` asymmetric matcher error 5` ] = `
6060{
6161 " actual" : " hello" ,
62- " diff" : " - Expected:
62+ " diff" : " - Expected:
6363stringContainingCustom < " xx" >
6464
65- + Received :
65+ + Received :
6666" hello" " ,
6767 " expected" : " stringContainingCustom<" xx " >" ,
6868 " message" : " expected 'hello' to deeply equal stringContainingCustom<" xx " >" ,
@@ -72,10 +72,10 @@ stringContainingCustom<"xx">
7272exports [` asymmetric matcher error 6` ] = `
7373{
7474 " actual" : " hello" ,
75- " diff" : " - Expected:
75+ " diff" : " - Expected:
7676not .stringContainingCustom < " ll" >
7777
78- + Received :
78+ + Received :
7979" hello" " ,
8080 " expected" : " not.stringContainingCustom<" ll " >" ,
8181 " message" : " expected 'hello' to deeply equal not.stringContainingCustom<" ll " >" ,
@@ -141,12 +141,12 @@ exports[`asymmetric matcher error 10`] = `
141141exports [` asymmetric matcher error 11` ] = `
142142{
143143 " actual" : " hello" ,
144- " diff" : " - Expected:
144+ " diff" : " - Expected:
145145testComplexMatcher < Object {
146146 " x" : " y" ,
147147}>
148148
149- + Received :
149+ + Received :
150150" hello" " ,
151151 " expected" : " testComplexMatcher<Object {
152152 " x" : " y" ,
@@ -226,13 +226,13 @@ exports[`asymmetric matcher error 15`] = `
226226exports [` asymmetric matcher error 16` ] = `
227227{
228228 " actual" : " foo" ,
229- " diff" : " - Expected:
229+ " diff" : " - Expected:
230230toBeOneOf < Array [
231231 " bar" ,
232232 " baz" ,
233233]>
234234
235- + Received :
235+ + Received :
236236" foo" " ,
237237 " expected" : " toBeOneOf<Array [
238238 " bar" ,
@@ -248,14 +248,14 @@ toBeOneOf<Array [
248248exports [` asymmetric matcher error 17` ] = `
249249{
250250 " actual" : " 0" ,
251- " diff" : " - Expected:
251+ " diff" : " - Expected:
252252toBeOneOf < Array [
253253 Any <String >,
254254 null,
255255 undefined,
256256]>
257257
258- + Received:
258+ + Received:
2592590",
260260 "expected": "toBeOneOf<Array [
261261 Any<String>,
@@ -272,7 +272,7 @@ exports[`asymmetric matcher error 18`] = `
272272 " k" : " v" ,
273273 " k2" : " v2" ,
274274} " ,
275- " diff": " - Expected:
275+ " diff": " - Expected:
276276toBeOneOf<Array [
277277 ObjectContaining {
278278 " k": " v" ,
@@ -282,7 +282,7 @@ toBeOneOf<Array [
282282 undefined,
283283]>
284284
285- + Received:
285+ + Received:
286286{
287287 " k" : " v" ,
288288 " k2" : " v2" ,
@@ -320,10 +320,10 @@ exports[`asymmetric matcher error 20`] = `
320320exports[`asymmetric matcher error 21`] = `
321321{
322322 " actual" : " hello" ,
323- " diff" : " - Expected:
323+ " diff" : " - Expected:
324324stringContainingCustom < " xx" >
325325
326- + Received :
326+ + Received :
327327" hello" " ,
328328 " expected" : " stringContainingCustom<" xx " >" ,
329329 " message" : " expected error to match asymmetric matcher" ,
@@ -342,10 +342,10 @@ exports[`asymmetric matcher error 22`] = `
342342exports[`asymmetric matcher error 23`] = `
343343{
344344 " actual" : " hello" ,
345- " diff" : " - Expected:
345+ " diff" : " - Expected:
346346stringContainingCustom < " ll" >
347347
348- + Received :
348+ + Received :
349349" hello" " ,
350350 " expected" : " stringContainingCustom<" ll " >" ,
351351 " message" : " expected error not to match asymmetric matcher" ,
@@ -355,10 +355,10 @@ stringContainingCustom<"ll">
355355exports[`asymmetric matcher error 24`] = `
356356{
357357 " actual" : " [Error: hello]" ,
358- " diff" : " - Expected:
358+ " diff" : " - Expected:
359359StringContaining " ll"
360360
361- + Received :
361+ + Received :
362362Error {
363363 " message" : " hello" ,
364364}" ,
@@ -370,10 +370,10 @@ Error {
370370exports[`asymmetric matcher error 25`] = `
371371{
372372 " actual" : " [Error: hello]" ,
373- " diff" : " - Expected:
373+ " diff" : " - Expected:
374374stringContainingCustom < " ll" >
375375
376- + Received :
376+ + Received :
377377Error {
378378 " message" : " hello" ,
379379}" ,
@@ -385,10 +385,10 @@ Error {
385385exports[`asymmetric matcher error 26`] = `
386386{
387387 " actual" : " [Error: hello]" ,
388- " diff" : " - Expected:
388+ " diff" : " - Expected:
389389[Function MyError1 ]
390390
391- + Received :
391+ + Received :
392392MyError2 {
393393 " message" : " hello" ,
394394}" ,
@@ -400,10 +400,10 @@ MyError2 {
400400exports[`diff 1`] = `
401401{
402402 " actual" : " undefined" ,
403- " diff" : " - Expected:
403+ " diff" : " - Expected:
404404true
405405
406- + Received :
406+ + Received :
407407undefined " ,
408408 " expected" : " true" ,
409409 " message" : " expected undefined to be truthy" ,
@@ -415,10 +415,10 @@ exports[`diff 2`] = `
415415 " actual" : " Object {
416416 " hello" : " world" ,
417417} " ,
418- " diff": " - Expected:
418+ " diff": " - Expected:
419419false
420420
421- + Received:
421+ + Received:
422422{
423423 " hello": " world" ,
424424}",
@@ -432,10 +432,10 @@ exports[`diff 3`] = `
432432 " actual" : " Object {
433433 " hello" : " world" ,
434434} " ,
435- " diff": " - Expected:
435+ " diff": " - Expected:
436436NaN
437437
438- + Received:
438+ + Received:
439439{
440440 " hello": " world" ,
441441}",
@@ -449,10 +449,10 @@ exports[`diff 4`] = `
449449 " actual" : " Object {
450450 " hello" : " world" ,
451451} " ,
452- " diff": " - Expected:
452+ " diff": " - Expected:
453453undefined
454454
455- + Received:
455+ + Received:
456456{
457457 " hello": " world" ,
458458}",
@@ -466,10 +466,10 @@ exports[`diff 5`] = `
466466 " actual" : " Object {
467467 " hello" : " world" ,
468468} " ,
469- " diff": " - Expected:
469+ " diff": " - Expected:
470470null
471471
472- + Received:
472+ + Received:
473473{
474474 " hello": " world" ,
475475}",
@@ -747,7 +747,7 @@ exports[`toBeOneOf() > error message 3`] = `
747747 " actual" : " Object {
748748 " a" : 0 ,
749749} ",
750- "diff": "- Expected:
750+ "diff": "- Expected:
751751toBeOneOf<Array [
752752 ObjectContaining {
753753 " b" : 0 ,
@@ -756,7 +756,7 @@ toBeOneOf<Array [
756756 undefined,
757757]>
758758
759- + Received:
759+ + Received:
760760{
761761 " a" : 0 ,
762762} " ,
@@ -851,10 +851,10 @@ Received: "hellohellohellohellohellohellohellohellohellohellohellohellohellohell
851851exports[`toMatch/toContain diff 3`] = `
852852{
853853 " actual" : " hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello" ,
854- " diff" : " - Expected:
854+ " diff" : " - Expected:
855855/ world/
856856
857- + Received :
857+ + Received :
858858" hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello" " ,
859859 " expected" : " /world/" ,
860860 " message" : " expected 'hellohellohellohellohellohellohellohe…' to match /world/" ,
0 commit comments