vuejs / vue-jest

Jest Vue transformer
MIT License
746 stars 157 forks source link

The coverage report of e2e directory about this reposity is not correct #523

Open zhangbg opened 1 year ago

zhangbg commented 1 year ago

When I clone this reposity and run these test cases, I found the coverage report is not correct. Can anyone help ?

image

image

JustSanya commented 1 year ago

Facing same issue. Another problem is branches - 50%, and no indication what pass is left uncovered.

Edit: My package versions are as follows: "@vue/test-utils": "^1.3.6" "@vue/vue2-jest": "^29.2.4", "jest": "^29.5.0", "@vue/cli-plugin-babel": "~4.2.0", "@vue/cli-plugin-unit-jest": "^5.0.8", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^29.5.0",

steele-cjf commented 1 year ago

no solution?