Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer

This commit is contained in:
JubaAzul 2025-01-15 10:40:40 -05:00
parent 8d14e49095
commit 470d856afc
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
// @ts-expect-error // @ts-expect-error: Required for pipeline compatibility
import React from 'react'; import React from 'react';
import { render } from '@testing-library/react'; import { render } from '@testing-library/react';
import '@testing-library/jest-dom'; import '@testing-library/jest-dom';

View file

@ -1,4 +1,4 @@
// @ts-expect-error // @ts-expect-error : Required for pipeline compatibility
import React from 'react'; import React from 'react';
import { render } from '@testing-library/react'; import { render } from '@testing-library/react';
import '@testing-library/jest-dom'; import '@testing-library/jest-dom';

View file

@ -1,4 +1,4 @@
// @ts-expect-error // @ts-expect-error: Required for pipeline compatibility
import React from 'react'; import React from 'react';
import { render } from '@testing-library/react'; import { render } from '@testing-library/react';
import '@testing-library/jest-dom'; import '@testing-library/jest-dom';

View file

@ -1,4 +1,4 @@
// @ts-expect-error // @ts-expect-error: Required for pipeline compatibility
import React from 'react'; import React from 'react';
import { render } from '@testing-library/react'; import { render } from '@testing-library/react';
import '@testing-library/jest-dom'; import '@testing-library/jest-dom';