| 1 | import { fireEvent, render } from '@solidjs/testing-library' |
| 2 | import { createSignal } from 'solid-js' |
| 3 | import { beforeEach, describe, expect, it } from 'vitest' |
| 4 | import { Select, ThemeContextProvider } from '@tanstack/devtools-ui' |
nothing calls this directly
no test coverage detected