Skip to content

Commit

Permalink
chore(lint): fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jul 16, 2024
1 parent bddf323 commit b626f2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import React from 'react'
import {render, screen} from '@testing-library/react'
import UnderlinePanels from './UnderlinePanels'
import {behavesAsComponent, checkExports} from '../../utils/testing'
import {behavesAsComponent} from '../../utils/testing'
import TabContainerElement from '@github/tab-container-element'

TabContainerElement.prototype.selectTab = jest.fn()
Expand Down

0 comments on commit b626f2c

Please sign in to comment.