remove exported test globals from test/lib/common (#50256)

This commit is contained in:
Ashley Harrison
2022-06-06 15:38:37 +01:00
committed by GitHub
parent 22fbcebabf
commit 6fcb2cd307
24 changed files with 2 additions and 38 deletions
@@ -1,8 +1,6 @@
import { render, screen } from '@testing-library/react';
import React from 'react';
import { expect } from '../../../../../public/test/lib/common';
import { CallToActionCard } from './CallToActionCard';
describe('CallToActionCard', () => {
@@ -2,8 +2,6 @@ import { render, screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import React from 'react';
import { expect } from '../../../../../public/test/lib/common';
import { ConfirmButton } from './ConfirmButton';
describe('ConfirmButton', () => {