We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f8347 commit 7302ebaCopy full SHA for 7302eba
1 file changed
test/babel.test.mjs
@@ -222,7 +222,7 @@ describe('htm/babel', () => {
222
}]
223
]
224
}).code
225
- ).toBe(`h("a",{b:""+1+2+"3"+4});`);
+ ).toBe(`h("a",{b:""+1+2+"3"+4});`);
226
});
227
228
test('coerces props to strings only when needed', () => {
@@ -246,7 +246,7 @@ describe('htm/babel', () => {
246
247
248
249
- ).toBe(`h("a",{b:"1"+2+"3"+4});`);
+ ).toBe(`h("a",{b:"1"+2+"3"+4});`);
250
251
252
describe('{variableArity:false}', () => {
0 commit comments