Skip to content

Commit

Permalink
(chore) Add missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
torifat committed Sep 9, 2019
1 parent 126ee2e commit e77e6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json/__tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('JSON', () => {
});
const jsonAst = parse(rawJsonWithArrayItem, { loc: true });
expect(getDecoratedDataPath(jsonAst, '/arr/3')).toMatchSnapshot();
})
});

it('can work with unescaped JSON pointers with ~1', async () => {
const rawJson = await loadScenario(5);
Expand Down

0 comments on commit e77e6cd

Please sign in to comment.