keep lint happy

pull/5387/head
halfnelson 5 years ago
parent b038bce422
commit a941cffb86

@ -7,12 +7,12 @@ export default {
</page> </page>
`, `,
options: { options: {
hydrate: false, // Hydrations currently doesn't work, the case sensitivity is only handled for svg elements. hydrate: false // Hydrations currently doesn't work, the case sensitivity is only handled for svg elements.
}, },
test({ assert, target }) { test({ assert, target }) {
const attr = sel => target.querySelector(sel).attributes[0].name; const attr = sel => target.querySelector(sel).attributes[0].name;
assert.equal(attr('page'), "horizontalAlignment"); assert.equal(attr('page'), "horizontalAlignment");
assert.equal(attr('button'), "textWrap") assert.equal(attr('button'), "textWrap");
} }
}; };

Loading…
Cancel
Save