Skip to content

Commit cfb81a3

Browse files
committed
Un-skip tests
1 parent b1e2b78 commit cfb81a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/jasmine/tests/lib_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ describe('Test lib.js:', function() {
491491
var expected = {marker: {color: 'red', size: [1, 2, 4]}};
492492
expect(Lib.expandObjectPaths(input)).toLooseDeepEqual(expected);
493493
});
494-
return;
495494

496495
it('unpacks recursively', function() {
497496
var input = {'marker.color': {'red.certainty': 'definitely'}};

0 commit comments

Comments
 (0)