Skip to content

Commit

Permalink
chore: fixed types for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alashchev17 committed Jan 26, 2025
1 parent 905d6ee commit 4e278cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/__fixtures__/checkpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ export const STUB_RESTORED_CHECKPOINT_DATA: RestoreCheckpointsResponse = {

export const STUB_RESTORED_CHECKPOINTS_STATE: CheckpointsMeta = {
isVisible: true,
isUndoing: false,
latestCheckpointResult: STUB_RESTORED_CHECKPOINT_DATA,
};

export const STUB_RESTORED_CHECKPOINTS_STATE_WITH_NO_CHANGES: CheckpointsMeta =
{
isVisible: true,
isUndoing: false,
latestCheckpointResult: {
reverted_to: "2024-01-20T15:30:00Z",
checkpoints_for_undo: [],
Expand Down

0 comments on commit 4e278cf

Please sign in to comment.