mirror: A tiny/fast dataloader implementation
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: format all the things

Marais Rossouw (Dec 19, 2023, 5:37 PM +1000) 5bfe0ff3 8553a9c3

+1 -1
+1 -1
src/index.test.ts
··· 295 295 const items = await Promise.all([ 296 296 dldr.load(loader, 'a').catch(e), 297 297 dldr.load(loader, 'b').catch(e), 298 - dldr.load(loader, 'c').catch(e) 298 + dldr.load(loader, 'c').catch(e), 299 299 ]); 300 300 301 301 assert.equal(loader.callCount, 1);