deep.js 158 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 var test = require('../'); test('deep strict equal', function (t) { t.notDeepEqual( [ { a: '3' } ], [ { a: 3 } ] ); t.end(); });