chore(session): scope history reader exemptions to tests

This commit is contained in:
_Kerman
2026-09-09 12:55:32 +08:00
parent 37abcb74c5
commit 8f986c8da6
170 changed files with 72 additions and 1070 deletions
@@ -76,7 +76,6 @@ function markdownFixture(linkUrl: string): string {
isSeeded: false,
delegationDepth: 0,
}),
// oxlint-disable-next-line typescript/no-deprecated -- Existing Session history read; migration deferred.
...session.snapshotEvents().map(event => JSON.stringify({
...event,
time: eventTimeOrigin + event.seq * 1_000,