fix: stabilize docs and tests after system event timestamps
This commit is contained in:
@@ -33,9 +33,7 @@ describe("prependSystemEvents", () => {
|
||||
second: "2-digit",
|
||||
});
|
||||
|
||||
expect(result).toContain(
|
||||
`System: [${expectedTimestamp}] Model switched.`,
|
||||
);
|
||||
expect(result).toContain(`System: [${expectedTimestamp}] Model switched.`);
|
||||
|
||||
resetSystemEventsForTest();
|
||||
vi.useRealTimers();
|
||||
|
||||
Reference in New Issue
Block a user