Skip to content

Commit 4dea35c

Browse files
committed
remove unused code
1 parent 6d0cb6c commit 4dea35c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Components/forms/inputs/EmployerDropDown.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react'
2-
import Select from 'react-select'
32
import { render, screen } from '@testing-library/react'
43
import selectEvent from 'react-select-event'
54
import '@testing-library/jest-dom'
@@ -8,7 +7,6 @@ import EmployerDropDown from './EmployerDropDown'
87

98
describe('EmployerDropDown', () => {
109
it('shows the label value and place holder value', async () => {
11-
const user = userEvent.setup()
1210
render(
1311
<EmployerDropDown
1412
arrayList={[
@@ -28,7 +26,6 @@ describe('EmployerDropDown', () => {
2826
)
2927
})
3028
it('shows the selected value', async () => {
31-
const user = userEvent.setup()
3229
render(
3330
<EmployerDropDown
3431
arrayList={[

0 commit comments

Comments
 (0)