Skip to content

Commit

Permalink
chore: Test TODOs for later
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard committed Aug 28, 2024
1 parent 424a5a5 commit 74c2515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/components/layout/Header.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ it('contains theme selector', () => {
const { getByTestId } = render(Header);
expect(getByTestId('theme-select')).toBeTruthy();
});

it.todo('closes drawer when clicking outside of it');
3 changes: 3 additions & 0 deletions tests/components/utility/Search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ it('shows matching results for given query', async ({ user }) => {
// Assert
expect(component.getByText('Uno terra errat')).toBeTruthy();
});

it.todo('shows no results for non-matching query');
it.todo('suggest matching results for given query');

0 comments on commit 74c2515

Please sign in to comment.