export default { html: ` action `, async test({ assert, target }) { assert.equal(target.querySelector('button').foo, 'bar1337'); } };