MCPcopy Create free account
hub / github.com/TanStack/query / useQueries.test.tsx

File useQueries.test.tsx

packages/solid-query/src/__tests__/useQueries.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
2import { fireEvent, render } from '@solidjs/testing-library'
3import * as QueryCore from '@tanstack/query-core'
4import { createRenderEffect, createSignal } from 'solid-js'

Callers

nothing calls this directly

Calls 5

queryKeyFunction · 0.90
renderWithClientFunction · 0.90
sleepFunction · 0.90
renderFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected