Skip to content

Commit

Permalink
fml
Browse files Browse the repository at this point in the history
patroza committed Nov 4, 2024
1 parent 24e7885 commit 891ed1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/infra/test/controller.test.ts
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ import { Context, Effect, FiberRef, Layer, S, Schedule } from "effect-app"
import { type GetEffectContext, makeRpcClient, type RPCContextMap, UnauthorizedError } from "effect-app/client"
import { HttpHeaders, HttpServerRequest } from "effect-app/http"
import type * as EffectRequest from "effect/Request"
import { it } from "vitest"

const optimisticConcurrencySchedule = Schedule.once
&& Schedule.recurWhile<any>((a) => a?._tag === "OptimisticConcurrencyException")
@@ -192,4 +193,4 @@ export const routes = matchFor(Something)({
})
})

test("it works", () => {})
it("works", () => {})

0 comments on commit 891ed1f

Please sign in to comment.