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 3c9b14dd9d
commit 3eb7ef084c
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 { render } from '@testing-library/react';
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 { render } from '@testing-library/react';
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 { render } from '@testing-library/react';
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 { render } from '@testing-library/react';
import '@testing-library/jest-dom';