Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 27, 2020
1 parent d908274 commit 44de5b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('LedgeMarkdownConverter', () => {
expect(json.tables.length).toEqual(1);
expect(json.tables[0].headers.length).toEqual(3);
expect(json.tables[0].cells.length).toEqual(3);
expect(json.tables[0].cells[0].length).toEqual(2r);
expect(json.tables[0].cells[0].length).toEqual(2);
});

it('should get config', () => {
Expand Down

0 comments on commit 44de5b8

Please sign in to comment.