Skip to content

Commit 8b9476e

Browse files
committed
keep lint happy
1 parent 9c36d3b commit 8b9476e

File tree

1 file changed

+2
-2
lines changed
  • test/runtime/samples/attribute-casing-unknown-namespace

1 file changed

+2
-2
lines changed

test/runtime/samples/attribute-casing-unknown-namespace/_config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ export default {
77
</page>
88
`,
99
options: {
10-
hydrate: false, // Hydrations currently doesn't work, the case sensitivity is only handled for svg elements.
10+
hydrate: false // Hydrations currently doesn't work, the case sensitivity is only handled for svg elements.
1111
},
1212

1313
test({ assert, target }) {
1414
const attr = sel => target.querySelector(sel).attributes[0].name;
1515
assert.equal(attr('page'), "horizontalAlignment");
16-
assert.equal(attr('button'), "textWrap")
16+
assert.equal(attr('button'), "textWrap");
1717
}
1818
};

0 commit comments

Comments
 (0)