chore: generate
This commit is contained in:
@@ -169,9 +169,7 @@ describe("SessionProjector", () => {
|
|||||||
expect(
|
expect(
|
||||||
(yield* sessions.context(sessionID)).map((message) => (message.type === "user" ? message.text : message.type)),
|
(yield* sessions.context(sessionID)).map((message) => (message.type === "user" ? message.text : message.type)),
|
||||||
).toEqual(["first", "second"])
|
).toEqual(["first", "second"])
|
||||||
}).pipe(
|
}).pipe(Effect.provide(sessionsLayer)),
|
||||||
Effect.provide(sessionsLayer),
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
it.effect("marks an inbox row promoted with the Prompted event sequence", () =>
|
it.effect("marks an inbox row promoted with the Prompted event sequence", () =>
|
||||||
|
|||||||
Reference in New Issue
Block a user