trpc / v10-playground

tRPC v10 procedure play
https://stackblitz.com/github/trpc/v10-playground?file=src%2Fserver%2Findex.ts,src%2Fclient.ts,src%2Fserver%2Frouters%2FpostRouter.ts&view=editor
13 stars 3 forks source link

Add tests for `AsyncLocalStorage` #18

Closed KATT closed 2 years ago

KATT commented 2 years ago

Outlined by @mmkal in https://github.com/trpc/v10-playground/pull/8#issuecomment-1019374747

KATT commented 2 years ago

Aw, crap, this requires a level of implementation... right now everything is just typesafe functions stubs that are throwing new Error('Unimplemented')...

KATT commented 2 years ago

No issue since #8 wasn't merged.