We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b27bb3 commit 90f13eaCopy full SHA for 90f13ea
packages/kit-headless/src/components/select/select.driver.ts
@@ -27,7 +27,6 @@ export function createTestDriver<T extends DriverLocator>(rootLocator: T) {
27
const getOptionAt = (index: number | 'last') => {
28
if (index === 'last') return getOptions().last();
29
return getOptions().nth(index);
30
- //
31
};
32
33
const getHiddenOptionAt = (index: number | 'last') => {
0 commit comments