Skip to content

Commit

Permalink
style: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Dec 17, 2024
1 parent 0c73ad6 commit 771eaa6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { render, fireEvent, waitFor } from '@testing-library/react'
import React from 'react'
import { ComponentWithProvider } from '../../../testUtils/TestComponentWithRouter'
Expand Down Expand Up @@ -147,10 +146,6 @@ describe('<CategoryComboSelect />', () => {
)
expect(selectOptions).toBeTruthy()
}
// const noneOption = await result.findByText('None', {
// selector: '[data-test="dhis2-uicore-singleselectoption"]',
// })
// expect(noneOption).toBeInTheDocument()
})

it('should add an "empty" option when showNoValueOption is true', async () => {
Expand Down

0 comments on commit 771eaa6

Please sign in to comment.