@@ -422,12 +422,19 @@ Error [ERR_TEST_FAILURE]: bar
422422}
423423 </failure >
424424 </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] }}" >
427427[Error [ERR_TEST_FAILURE]: Expected values to be loosely deep-equal:
428428
429429{
430430 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+ },
431438 boo: [
432439 1
433440 ],
@@ -437,6 +444,13 @@ Error [ERR_TEST_FAILURE]: bar
437444should loosely deep-equal
438445
439446{
447+ baz: {
448+ date: 1970-01-01T00:00:00.000Z,
449+ null: null,
450+ number: 1,
451+ string: 'Hello',
452+ undefined: undefined
453+ },
440454 boo: [
441455 1
442456 ],
@@ -451,6 +465,13 @@ should loosely deep-equal
451465
452466 {
453467 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+ },
454475 boo: [
455476 1
456477 ],
@@ -460,6 +481,13 @@ should loosely deep-equal
460481 should loosely deep-equal
461482
462483 {
484+ baz: {
485+ date: 1970-01-01T00:00:00.000Z,
486+ null: null,
487+ number: 1,
488+ string: 'Hello',
489+ undefined: undefined
490+ },
463491 boo: [
464492 1
465493 ],
0 commit comments