Skip to content

Variable: mockValidSavedGame

ts
const mockValidSavedGame: Mock<(_filename: string) => boolean>;

Mock save validity check.

Returns false by default because the mock runtime has no save metadata. Override it when a test supplies a valid save fixture.