Clean up console.log
This commit is contained in:
parent
ec581ad674
commit
a848358815
|
@ -61,8 +61,6 @@ describe('arrayUtils', () => {
|
||||||
{ name: 'C', timestamp: 0 }
|
{ name: 'C', timestamp: 0 }
|
||||||
]
|
]
|
||||||
|
|
||||||
console.log('paths', getNestedPaths(json, true))
|
|
||||||
|
|
||||||
assert.deepStrictEqual(getNestedPaths(json, true), [
|
assert.deepStrictEqual(getNestedPaths(json, true), [
|
||||||
[],
|
[],
|
||||||
['location'],
|
['location'],
|
||||||
|
|
Loading…
Reference in New Issue