You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our component fails due to this method being undefined, so we mock it
out for these tests. We do not need to reset the mock as it is assigned
fresh on every test.
Copy file name to clipboardExpand all lines: x-pack/plugins/security_solution/public/detections/components/value_lists_management_modal/auto_download.test.tsx
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,10 @@ import { AutoDownload } from './auto_download';
11
11
12
12
describe('AutoDownload',()=>{
13
13
beforeEach(()=>{
14
+
// our DOM environment lacks this function that our component needs
0 commit comments