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
Hi, i am using @vue/cli-plugin-unit-jest : "^3.1.1" and when i run src/view/* component test script file then shallowMount working fine but when i run src/components/* component test script file then its show bellow error.
What is expected?
shallowMount work fine with component
What is actually happening?
not working
Hi, please help me to solve such issue. my component & test file content are below....
Version
3.1.1
Reproduction link
jestjs/jest#7413
Node and OS info
yarn
Steps to reproduce
Hi, i am using @vue/cli-plugin-unit-jest : "^3.1.1" and when i run src/view/* component test script file then shallowMount working fine but when i run src/components/* component test script file then its show bellow error.
What is expected?
shallowMount work fine with component
What is actually happening?
not working
Hi, please help me to solve such issue. my component & test file content are below....
register.vue
register.spec.js
error while run test
The text was updated successfully, but these errors were encountered: