Skip to content

Commit

Permalink
[Security Solution] [ALL] Eliminates all console.error and console.wa…
Browse files Browse the repository at this point in the history
…rn from Jest output (#78523)
  • Loading branch information
stephmilovic authored Sep 28, 2020
1 parent 8547b32 commit 8374f13
Show file tree
Hide file tree
Showing 81 changed files with 1,126 additions and 1,384 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import { usePostComment } from '../../containers/use_post_comment';
import { useForm } from '../../../../../../../src/plugins/es_ui_shared/static/forms/hook_form_lib/hooks/use_form';
import { useFormData } from '../../../../../../../src/plugins/es_ui_shared/static/forms/hook_form_lib/hooks/use_form_data';

// we don't have the types for waitFor just yet, so using "as waitFor" until when we do
import { wait as waitFor } from '@testing-library/react';
import { waitFor } from '@testing-library/react';

jest.mock(
'../../../../../../../src/plugins/es_ui_shared/static/forms/hook_form_lib/hooks/use_form'
Expand Down
Loading

0 comments on commit 8374f13

Please sign in to comment.