Skip to content

Commit b626f2c

Browse files
committed
chore(lint): fix eslint warning
1 parent bddf323 commit b626f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/drafts/UnderlinePanels/UnderlinePanels.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import React from 'react'
44
import {render, screen} from '@testing-library/react'
55
import UnderlinePanels from './UnderlinePanels'
6-
import {behavesAsComponent, checkExports} from '../../utils/testing'
6+
import {behavesAsComponent} from '../../utils/testing'
77
import TabContainerElement from '@github/tab-container-element'
88

99
TabContainerElement.prototype.selectTab = jest.fn()

0 commit comments

Comments
 (0)