From 7b8cc96f6f218b53201a570e9e8415b138b11c2b Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Mon, 28 Jun 2021 07:50:50 -0300 Subject: [PATCH] test: fix typo Co-authored-by: Michel Jung --- packages/hast-util-to-babel-ast/src/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hast-util-to-babel-ast/src/index.test.js b/packages/hast-util-to-babel-ast/src/index.test.js index 7669ddc2..53b40092 100644 --- a/packages/hast-util-to-babel-ast/src/index.test.js +++ b/packages/hast-util-to-babel-ast/src/index.test.js @@ -77,7 +77,7 @@ describe('hast-util-to-babel-ast', () => { ) }) - it('string litterals children of tspan nodes should have decoded XML entities', () => { + it('string literals children of tspan nodes should have decoded XML entities', () => { const code = `<` expect(transform(code)).toMatchInlineSnapshot( `"{\\"<\\"};"`,