chore: generate
This commit is contained in:
parent
4fb417d3b5
commit
1c9a2eb239
2 changed files with 2 additions and 8 deletions
|
|
@ -116,10 +116,7 @@ export const recordingLayer = (
|
|||
const incoming = yield* snapshotRequest(request)
|
||||
const interactions = yield* replay.load.pipe(
|
||||
Effect.mapError(() =>
|
||||
transportError(
|
||||
request,
|
||||
`Fixture "${name}" not found. Run locally to record it (CI=true forces replay).`,
|
||||
),
|
||||
transportError(request, `Fixture "${name}" not found. Run locally to record it (CI=true forces replay).`),
|
||||
),
|
||||
)
|
||||
const result = sequential
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue