Skip to content

Commit

Permalink
fix: remove typos, spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cngonzalez committed Mar 8, 2024
1 parent 85edbb2 commit add3c98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export function initialSearchState({
export type FiltersVisibleSet = {type: 'FILTERS_VISIBLE_SET'; visible: boolean}
export type LastActiveIndexSet = {type: 'LAST_ACTIVE_INDEX_SET'; index: number}
export type PageIncrement = {type: 'PAGE_INCREMENT'}

export type OrderingReset = {type: 'ORDERING_RESET'}
export type OrderingSet = {ordering: SearchOrdering; type: 'ORDERING_SET'}
export type SearchClear = {type: 'SEARCH_CLEAR'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ describe('search-store', () => {
])
})
})
// })
describe('removeSearchTerms', () => {
it('should delete all saved searches', async () => {
const {result} = await constructRecentSearchesStore()
Expand Down

0 comments on commit add3c98

Please sign in to comment.