import { describe, it } from "@effect/vitest" import { Effect } from "effect" describe("Client", () => { it.effect("should work", () => Effect.void) })