remove exported test globals from test/lib/common (#50256)
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user