This repository was archived by the owner on Dec 12, 2020. It is now read-only.
  
  
  
  
  
Description
Bug Report
- Version: 1.10.3
- Platform: macOS
- Expected behavior: can import a single-file component into a unit test to test it
- Actual behavior: receive the error:
./src/components/HelloWorld.vue
Module build failed: TypeError: Cannot read property 'vue' of undefined
 @ ./cypress/integration/HelloWorld_spec.js 2:0-61 5:22-32
- Workaround: lock the version of @cypress/webpack-preprocessorto^1.1.3
Minimum reproducible test case project