Skip to content

Commit

Permalink
chore(NA): move missing apm plugin tests out of __tests__ folder (#87894
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mistic authored Jan 12, 2021
1 parent ca31bd8 commit e828566
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit e828566

Please sign in to comment.