|
e = [{_id:0, e:1, b:"not two", a:2}, {_id:2, e:2, b:"two", a:4}, {_id:4, e:3, b:"not two", a:6}],
|
|
e = [{_id:0, e:1, b:"not two", a:2}, {_id:2, e:2, b:"two", a:4}, {_id:4, e:3, b:"not two", a:6}],
|
|
assert.deepEqual(a, e, "Unexpected value (not deepEqual)!");
|
|
assert.deepEqual(a, e, "Unexpected value (not deepEqual)!");
|