Basic test function not defined logging error in the console #16124
              
                
                  
                  
                    Answered
                  
                  by
                    lmiller1990
                  
              
          
                  
                    
                      krysalead
                    
                  
                
                  asked this question in
                Component Testing
              
            -
| Hi, I followed the introduction to component testing in Cypress on a VueJs3 application. My test  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            lmiller1990
          
      
      
        Apr 23, 2021 
      
    
    Replies: 1 comment 5 replies
-
| I think the problem is relating to linting -  Can you please share your  | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
      Answer selected by
        lmiller1990
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I think the problem is relating to linting -
itis not imported anywhere (since Cypress injects it globally).Can you please share your
plugins/index.js(andwebpack.config.js)?I wrote a post about Vue here. The source code is here.