@@ -422,12 +422,19 @@ Error [ERR_TEST_FAILURE]: bar
422
422
}
423
423
</failure >
424
424
</testcase >
425
- <testcase name =" assertion errors display actual and expected properly" time =" *" classname =" test" failure =" Expected values to be loosely deep-equal:{ bar: 1, boo: [ 1 ], foo: 1}should loosely deep-equal{ boo: [ 1 ], circular: < ref *1> { bar: 2, c: [Circular *1] }}" >
426
- <failure type =" testCodeFailure" message =" Expected values to be loosely deep-equal:{ bar: 1, boo: [ 1 ], foo: 1}should loosely deep-equal{ boo: [ 1 ], circular: < ref *1> { bar: 2, c: [Circular *1] }}" >
425
+ <testcase name =" assertion errors display actual and expected properly" time =" *" classname =" test" failure =" Expected values to be loosely deep-equal:{ bar: 1, baz: { date: 1970-01-01T00:00:00.000Z, null: null, number: 1, string: 'Hello', undefined: undefined }, boo: [ 1 ], foo: 1}should loosely deep-equal{ baz: { date: 1970-01-01T00:00:00.000Z, null: null, number: 1, string: 'Hello', undefined: undefined }, boo: [ 1 ], circular: < ref *1> { bar: 2, c: [Circular *1] }}" >
426
+ <failure type =" testCodeFailure" message =" Expected values to be loosely deep-equal:{ bar: 1, baz: { date: 1970-01-01T00:00:00.000Z, null: null, number: 1, string: 'Hello', undefined: undefined }, boo: [ 1 ], foo: 1}should loosely deep-equal{ baz: { date: 1970-01-01T00:00:00.000Z, null: null, number: 1, string: 'Hello', undefined: undefined }, boo: [ 1 ], circular: < ref *1> { bar: 2, c: [Circular *1] }}" >
427
427
[Error [ERR_TEST_FAILURE]: Expected values to be loosely deep-equal:
428
428
429
429
{
430
430
bar: 1,
431
+ baz: {
432
+ date: 1970-01-01T00:00:00.000Z,
433
+ null: null,
434
+ number: 1,
435
+ string: 'Hello',
436
+ undefined: undefined
437
+ },
431
438
boo: [
432
439
1
433
440
],
@@ -437,6 +444,13 @@ Error [ERR_TEST_FAILURE]: bar
437
444
should loosely deep-equal
438
445
439
446
{
447
+ baz: {
448
+ date: 1970-01-01T00:00:00.000Z,
449
+ null: null,
450
+ number: 1,
451
+ string: 'Hello',
452
+ undefined: undefined
453
+ },
440
454
boo: [
441
455
1
442
456
],
@@ -451,6 +465,13 @@ should loosely deep-equal
451
465
452
466
{
453
467
bar: 1,
468
+ baz: {
469
+ date: 1970-01-01T00:00:00.000Z,
470
+ null: null,
471
+ number: 1,
472
+ string: 'Hello',
473
+ undefined: undefined
474
+ },
454
475
boo: [
455
476
1
456
477
],
@@ -460,6 +481,13 @@ should loosely deep-equal
460
481
should loosely deep-equal
461
482
462
483
{
484
+ baz: {
485
+ date: 1970-01-01T00:00:00.000Z,
486
+ null: null,
487
+ number: 1,
488
+ string: 'Hello',
489
+ undefined: undefined
490
+ },
463
491
boo: [
464
492
1
465
493
],
0 commit comments