Skip to content

Commit

Permalink
Just trigger our github actions workflows for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MirzaHanan committed Jan 25, 2024
1 parent cf9997c commit 3c2fbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/__test__/ui.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('UiStore', () => {
container = null!;
});

it('clears search text when clicking outside of search input', () => {
it('clears search text when user clicking outside of search input', () => {
const { getByTestId } = render(
<div>
<input
Expand Down

0 comments on commit 3c2fbdf

Please sign in to comment.