Skip to content

Commit 7c291e4

Browse files
remove unused eslint
1 parent b907326 commit 7c291e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/__tests__/ConfirmationDialog.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ describe('ConfirmationDialog', () => {
140140
// REACT_VERSION_LATEST should be treated as a constant for the test
141141
// environment
142142
if (REACT_VERSION_LATEST) {
143-
// eslint-disable-next-line jest/no-conditional-expect
144143
expect(spy).toHaveBeenCalledTimes(1)
145-
// eslint-disable-next-line jest/no-conditional-expect
146144
expect(spy).toHaveBeenCalledWith(
147145
expect.stringContaining('Warning: ReactDOM.render is no longer supported in React 18'),
148146
)

0 commit comments

Comments
 (0)