© 2026 Hedgehog Software, LLC
describe("…". () => { it("…", () => { const main = Effect.forever( Effect .log('logging') .pipe(Effect.sleep('10 millis')) ); Effect.runFor(main); }) })
vitest