export default { html: ` `, async test({ assert, component, target }) { await component.swap(0, 1); assert.htmlEqual(target.innerHTML, ` `); } };