export default { html: ``, test (assert, component, target) { const textarea = target.querySelector('textarea'); assert.ok(textarea.readOnly); }, };