Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.5/object-inspect/test/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.5/object-inspect/test/undef.js

var test = require('tape');
var inspect = require('../');

var obj = { a: 1, b: [3, 4, undefined, null], c: undefined, d: null };

test('undef and null', function (t) {
    t.plan(1);
    t.equal(
        inspect(obj),
        '{ a: 1, b: [ 3, 4, undefined, null ], c: undefined, d: null }'
    );
});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists