import react inside class for pipeline, not IDE

This commit is contained in:
JubaAzul 2025-01-15 10:27:28 -05:00
parent 59b7fa02e0
commit 9444603a93
4 changed files with 4 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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