test(core): add suite to CI

This commit is contained in:
Dax Raad 2026-06-14 09:14:14 -04:00
commit 2311f202cf
9 changed files with 28 additions and 254 deletions

View file

@ -704,7 +704,7 @@ describe("SessionRunnerLLM", () => {
yield* events.publish(SessionEvent.Moved, {
sessionID,
timestamp: DateTime.makeUnsafe(1),
location: { directory: AbsolutePath.make("/moved") },
location: Location.Ref.make({ directory: AbsolutePath.make("/moved") }),
})
expect(
yield* db
@ -762,7 +762,7 @@ describe("SessionRunnerLLM", () => {
.publish(SessionEvent.Moved, {
sessionID,
timestamp: DateTime.makeUnsafe(1),
location: { directory: AbsolutePath.make("/moved") },
location: Location.Ref.make({ directory: AbsolutePath.make("/moved") }),
})
.pipe(Effect.asVoid)
})