Compare commits

...

3 commits

4 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// @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,3 +1,4 @@
// @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,3 +1,4 @@
// @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,3 +1,4 @@
// @ts-expect-error: Required for pipeline compatibility
import React from 'react';
import { render } from '@testing-library/react';
import '@testing-library/jest-dom';