We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e2b78 commit cfb81a3Copy full SHA for cfb81a3
1 file changed
test/jasmine/tests/lib_test.js
@@ -491,7 +491,6 @@ describe('Test lib.js:', function() {
491
var expected = {marker: {color: 'red', size: [1, 2, 4]}};
492
expect(Lib.expandObjectPaths(input)).toLooseDeepEqual(expected);
493
});
494
- return;
495
496
it('unpacks recursively', function() {
497
var input = {'marker.color': {'red.certainty': 'definitely'}};
0 commit comments