We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1f1fe commit c9c792eCopy full SHA for c9c792e
tests/data-loaders/tester.ts
@@ -1101,8 +1101,6 @@ export function testDefineLoader<Context = void>(
1101
1102
expect(useDataResult?.data.value).toEqual('search')
1103
expect(l2Data.data.value).toEqual('search,one')
1104
- // FIXME: go from here: figure out why with colada it's called 2 times
1105
- // but only once with the basic loader. Probably need a currentLoad variable
1106
expect(l1.spy).toHaveBeenCalledTimes(1)
1107
expect(spy).toHaveBeenCalledTimes(1)
1108
})
0 commit comments