Used "@ts-expect-error" instead of "@ts-ignore"

This commit is contained in:
JubaAzul 2025-01-15 10:30:45 -05:00
parent 9444603a93
commit 8d14e49095
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
// @ts-ignore
// @ts-expect-error
import React from 'react';
import { render } from '@testing-library/react';
import '@testing-library/jest-dom';

View file

@ -1,4 +1,4 @@
// @ts-ignore
// @ts-expect-error
import React from 'react';
import { render } from '@testing-library/react';
import '@testing-library/jest-dom';

View file

@ -1,4 +1,4 @@
// @ts-ignore
// @ts-expect-error
import React from 'react';
import { render } from '@testing-library/react';
import '@testing-library/jest-dom';

View file

@ -1,4 +1,4 @@
// @ts-ignore
// @ts-expect-error
import React from 'react';
import { render } from '@testing-library/react';
import '@testing-library/jest-dom';