Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed Sep 5, 2024
1 parent f7e67d6 commit 90051c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/data/sorting/IncomeSorterStrategy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ describe('dataset utils test - IncomeSorterStrategy', () => {
const I100_200K = { income: '$100k-$200k' }
const I200K_PLUS = { income: '$200k+' }

beforeEach(() => {})

test('empty array', async () => {
const data: any = []
new IncomeSorterStrategy(['All'])
Expand Down

0 comments on commit 90051c1

Please sign in to comment.