diff --git a/components/alert/__tests__/index.test.tsx b/components/alert/__tests__/index.test.tsx index 4d110109d4..96e889315e 100644 --- a/components/alert/__tests__/index.test.tsx +++ b/components/alert/__tests__/index.test.tsx @@ -60,8 +60,7 @@ describe('Alert', () => { const testIt = process.env.REACT === '15' ? it.skip : it; testIt('ErrorBoundary', () => { - // TODO: Change to @ts-expect-error once typescript is at 3.9 - // @ts-ignore + // @ts-expect-error // eslint-disable-next-line react/jsx-no-undef const ThrowError = () => ; const wrapper = mount(