Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermarston committed Jun 19, 2020
1 parent ee3556b commit b5ac873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ describe('Testing CSVReader props:', () => {
const cssLabelClass = 'custom-csv-label'
const { getByText } = render(csvReader)
const labelNode = getByText("CSV input label text");
//const inputNode = getByLabelText('CSV input label text')

expect([...labelNode.classList]).toEqual([cssLabelClass])
})
Expand Down

0 comments on commit b5ac873

Please sign in to comment.