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 7704e4e commit e20a814Copy full SHA for e20a814
test/hooks/useResultCallback.ts
@@ -14,7 +14,7 @@ const foo = Context.Tag<Foo>()
14
const { useResultCallback } = RuntimeProvider.makeFromLayer(Layer.succeed(foo, { value: 1 }))
15
16
describe("useResult", () => {
17
- it.only("should do good", async () => {
+ it("should do good", async () => {
18
const testEffect = (value: number) => Effect.succeed(value)
19
20
const { result } = await waitFor(async () => renderHook(() => useResultCallback(testEffect)))
0 commit comments