📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 21:49:56
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
deep-is
/
test
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/deep-is/test
🔄 Refresh
✏️
Editing: cmp.js
Writable
var test = require('tape'); var equal = require('../'); test('equal', function (t) { t.ok(equal( { a : [ 2, 3 ], b : [ 4 ] }, { a : [ 2, 3 ], b : [ 4 ] } )); t.end(); }); test('not equal', function (t) { t.notOk(equal( { x : 5, y : [6] }, { x : 5, y : 6 } )); t.end(); }); test('nested nulls', function (t) { t.ok(equal([ null, null, null ], [ null, null, null ])); t.end(); });
💾 Save Changes
❌ Cancel