Skip to content

Commit 7302eba

Browse files
committed
Fix linting errors
1 parent b7f8347 commit 7302eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/babel.test.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ describe('htm/babel', () => {
222222
}]
223223
]
224224
}).code
225-
).toBe(`h("a",{b:""+1+2+"3"+4});`);
225+
).toBe(`h("a",{b:""+1+2+"3"+4});`);
226226
});
227227

228228
test('coerces props to strings only when needed', () => {
@@ -246,7 +246,7 @@ describe('htm/babel', () => {
246246
}]
247247
]
248248
}).code
249-
).toBe(`h("a",{b:"1"+2+"3"+4});`);
249+
).toBe(`h("a",{b:"1"+2+"3"+4});`);
250250
});
251251

252252
describe('{variableArity:false}', () => {

0 commit comments

Comments
 (0)