Skip to content

Commit 1c060af

Browse files
Fixed typo
1 parent 6517c9b commit 1c060af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solid-query-devtools/src/__tests__/devtoolsPanel.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { render } from '@solidjs/testing-library'
33
import { QueryClient, QueryClientProvider } from '@tanstack/solid-query'
44
import SolidQueryDevtoolsPanel from '../devtoolsPanel'
55

6-
describe('SolidQueryDevtoolsPanels', () => {
6+
describe('SolidQueryDevtoolsPanel', () => {
77
it('should throw an error if no query client has been set', () => {
88
expect(() => render(() => <SolidQueryDevtoolsPanel />)).toThrow(
99
'No QueryClient set, use QueryClientProvider to set one',

0 commit comments

Comments
 (0)