File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ import {ThisTypedMountOptions, VueClass} from '@vue/test-utils'
55import  { Store ,  StoreOptions }  from  'vuex' 
66import  Router ,  { RouteConfig }  from  'vue-router' 
77// eslint-disable-next-line import/no-extraneous-dependencies 
8- import  { OptionsReceived  as  PrettyFormatOptions }  from  'pretty-format' 
9- import  { queries ,  EventType ,  BoundFunctions }  from  '@testing-library/dom' 
8+ import  { 
9+   queries , 
10+   EventType , 
11+   BoundFunctions , 
12+   prettyFormat , 
13+ }  from  '@testing-library/dom' 
1014
1115// NOTE: fireEvent is overridden below 
1216export  *  from  '@testing-library/dom' 
@@ -20,7 +24,7 @@ export interface RenderResult extends BoundFunctions<typeof queries> {
2024      |  DocumentFragment 
2125      |  Array < Element  |  DocumentFragment > , 
2226    maxLength ?: number , 
23-     options ?: PrettyFormatOptions , 
27+     options ?: prettyFormat . OptionsReceived , 
2428  )  =>  void 
2529  unmount ( ) : void 
2630  isUnmounted ( ) : boolean 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments