chore(NA): move missing apm plugin tests out of __tests__ folder (#87894)

This commit is contained in:
Tiago Costa 2021-01-12 02:43:03 +00:00 committed by GitHub
parent ca31bd80b6
commit e8285668a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@
import { fireEvent, render } from '@testing-library/react';
import React from 'react';
import { expectTextsInDocument } from '../../../../../utils/testHelpers';
import { ErrorCount } from '../ErrorCount';
import { expectTextsInDocument } from '../../../../utils/testHelpers';
import { ErrorCount } from './ErrorCount';
describe('ErrorCount', () => {
it('shows singular error message', () => {