Skip to content

Commit 29a4226

Browse files
committed
chore: trigger CI
1 parent 7538e55 commit 29a4226

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/solid-query/src/__tests__/queryOptions.test.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import { describe, expect, it } from 'vitest'
22
import { queryOptions } from '../queryOptions'
3-
import type { SolidQueryOptions } from '../types'
43

54
describe('queryOptions', () => {
65
it('should return the object received as a parameter without any modification.', () => {
7-
const object: SolidQueryOptions = {
6+
const object = {
87
queryKey: ['key'],
98
queryFn: () => Promise.resolve(5),
109
} as const

0 commit comments

Comments
 (0)