test: update renderer.select call order

pull/16821/head
LeeWxx 2 days ago
parent 74ca8e1275
commit 525679a0b2

@ -211,13 +211,10 @@ test('select merges scoped css hash with static class', () => {
const component = (renderer: Renderer) => {
renderer.select(
{ class: 'foo', value: 'foo' },
'svelte-hash',
undefined,
undefined,
undefined,
(renderer) => {
renderer.option({ value: 'foo' }, (renderer) => renderer.push('foo'));
}
},
'svelte-hash'
);
};

Loading…
Cancel
Save