Skip to content

Commit

Permalink
Add status to Progress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Oct 16, 2024
1 parent 6486b6c commit d617517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const contextValue: ProgressRootContext = {
direction: 'ltr',
max: 100,
min: 0,
status: 'progressing',
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const contextValue: ProgressRootContext = {
direction: 'ltr',
max: 100,
min: 0,
status: 'progressing',
},
};

Expand Down

0 comments on commit d617517

Please sign in to comment.