Skip to content

Commit

Permalink
Update tests/math.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Shinyu Murakami <murakami@vivliostyle.com>
  • Loading branch information
akabekobeko and MurakamiShinyu authored Apr 28, 2021
1 parent 6bd8b30 commit 659d6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/math.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $$</p>`;
expect(received).toBe(expected);
});

it('HTML heading and body', () => {
it('HTML head and body', () => {
const received = stringify('$x=y$', { math: true, disableFormatHtml: true });
const expected = `<!doctype html>
<html>
Expand Down

0 comments on commit 659d6c3

Please sign in to comment.