Skip to content

Commit aa924ce

Browse files
authored
lint fix
1 parent 283de56 commit aa924ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/babel-transform-jsx.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe('babel-plugin-transform-jsx-to-htm', () => {
182182
expect(
183183
compile(`<><Foo />{Bar}</>`)
184184
).toBe('html`<${Foo}/>${Bar}`;');
185-
});
185+
});
186186
});
187187

188188
describe('props', () => {

0 commit comments

Comments
 (0)