From 659d6c3fe5899c8a6376fe8df9488abcb5f52fa3 Mon Sep 17 00:00:00 2001 From: akabeko Date: Wed, 28 Apr 2021 21:50:52 +0900 Subject: [PATCH] Update tests/math.test.ts Co-authored-by: Shinyu Murakami --- tests/math.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/math.test.ts b/tests/math.test.ts index 067da12..8883cbb 100644 --- a/tests/math.test.ts +++ b/tests/math.test.ts @@ -149,7 +149,7 @@ $$

`; 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 = `