Back to Cypress

Mocking ES6 imports

npm/vue/cypress/component/advanced/mocking-imports/README.md

15.20.0399 B
Original Source

Mocking ES6 imports

Vue component in Hello.vue imports a named ES6 import from greeting.js. From the test spec.js we can mock that import to make testing simpler.

Details

The imports mocking is done using @babel/plugin-transform-modules-commonjs inserted as a babel-loader plugin automatically.