Skip to content

Commit e20a814

Browse files
author
Datner
committed
test: remove '.only'
1 parent 7704e4e commit e20a814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hooks/useResultCallback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const foo = Context.Tag<Foo>()
1414
const { useResultCallback } = RuntimeProvider.makeFromLayer(Layer.succeed(foo, { value: 1 }))
1515

1616
describe("useResult", () => {
17-
it.only("should do good", async () => {
17+
it("should do good", async () => {
1818
const testEffect = (value: number) => Effect.succeed(value)
1919

2020
const { result } = await waitFor(async () => renderHook(() => useResultCallback(testEffect)))

0 commit comments

Comments
 (0)