MCPcopy Index your code
hub / github.com/TanStack/query / testIf

Function testIf

packages/vue-query/src/__tests__/vueQueryPlugin.test.ts:26–26  ·  view source on GitHub ↗
(condition: boolean)

Source from the content-addressed store, hash-verified

24}
25
26const testIf = (condition: boolean) => (condition ? test : test.skip)
27
28function getAppMock(withUnmountHook = false): TestApp {
29 const mock = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…