| 1 | import { render } from '@solidjs/testing-library' |
| 2 | import { ThemeContextProvider } from '@tanstack/devtools-ui' |
| 3 | import { afterEach, beforeEach, describe, expect, it } from 'vitest' |
| 4 | import { DevtoolsProvider } from '../../context/devtools-context' |
nothing calls this directly
no test coverage detected