Updated node_mobules from what huskey wants to do
This commit is contained in:
9
node_modules/object-inspect/test/circular.js
generated
vendored
9
node_modules/object-inspect/test/circular.js
generated
vendored
@@ -1,9 +0,0 @@
|
||||
var inspect = require('../');
|
||||
var test = require('tape');
|
||||
|
||||
test('circular', function (t) {
|
||||
t.plan(1);
|
||||
var obj = { a: 1, b: [3,4] };
|
||||
obj.c = obj;
|
||||
t.equal(inspect(obj), '{ a: 1, b: [ 3, 4 ], c: [Circular] }');
|
||||
});
|
||||
Reference in New Issue
Block a user