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.
PokeApi.of
1 parent f420888 commit 85c9d58Copy full SHA for 85c9d58
src/PokeApi.ts
@@ -42,7 +42,7 @@ export class PokeApi extends Context.Tag("PokeApi")<
42
43
static readonly Test = Layer.succeed(
44
this,
45
- this.of({
+ PokeApi.of({
46
getPokemon: Effect.succeed({
47
id: 1,
48
height: 10,
0 commit comments