3 module.exports = function (t, a) {
6 a.not(z, x, "Returns different object");
7 a.deep(z, {}, "Empty on empty");
9 x = { foo: 'bar', a: 0, b: false, c: '', d: '0', e: null, bar: y,
12 a.deep(z, { foo: 'bar', a: 0, b: false, c: '', d: '0', bar: y },
13 "Cleared null values");