Skip to content

Commit 7b8cc96

Browse files
jsamrmicheljung
authored andcommitted
test: fix typo
Co-authored-by: Michel Jung <michel.jung89@gmail.com>
1 parent 758fa18 commit 7b8cc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hast-util-to-babel-ast/src/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('hast-util-to-babel-ast', () => {
7777
)
7878
})
7979

80-
it('string litterals children of tspan nodes should have decoded XML entities', () => {
80+
it('string literals children of tspan nodes should have decoded XML entities', () => {
8181
const code = `<svg><text><tspan>&lt;</tspan></text></svg>`
8282
expect(transform(code)).toMatchInlineSnapshot(
8383
`"<svg><text><tspan>{\\"<\\"}</tspan></text></svg>;"`,

0 commit comments

Comments
 (0)