Skip to content

Commit c9c792e

Browse files
committed
chore: old fixme
1 parent 7b1f1fe commit c9c792e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/data-loaders/tester.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,8 +1101,6 @@ export function testDefineLoader<Context = void>(
11011101

11021102
expect(useDataResult?.data.value).toEqual('search')
11031103
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
11061104
expect(l1.spy).toHaveBeenCalledTimes(1)
11071105
expect(spy).toHaveBeenCalledTimes(1)
11081106
})

0 commit comments

Comments
 (0)