Skip to content

Commit b698ddd

Browse files
ci: apply automated fixes
1 parent 9922895 commit b698ddd

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/query-devtools/src/__tests__/contexts/QueryDevtoolsContext.test.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ import { describe, expect, it } from 'vitest'
22
import { render } from '@solidjs/testing-library'
33
import { createEffect, createSignal } from 'solid-js'
44
import { QueryClient, onlineManager } from '@tanstack/query-core'
5-
import {
6-
QueryDevtoolsContext,
7-
useQueryDevtoolsContext,
8-
} from '../../contexts'
5+
import { QueryDevtoolsContext, useQueryDevtoolsContext } from '../../contexts'
96

107
describe('QueryDevtoolsContext', () => {
118
it('should reflect updates when the "Provider" value exposes a reactive getter', () => {

0 commit comments

Comments
 (0)