We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// List.spec.js describe('List.vue', () => { it('renders li for each item in props.items', () => { // const items = ['', ''] // const wrapper = shallow(List, { // propsData: { items } // }) // expect(wrapper.findAll('li')).toHaveLength(items.length) }) })
The text was updated successfully, but these errors were encountered:
Try adding "mapCoverage": true to the jest field in package.json. Like this - https://github.com/eddyerburgh/jest-vue/blob/master/package.json#L73
"mapCoverage": true
jest
Sorry, something went wrong.
Seems it's ok in this repo, but not in my own library repo :/ Let me try again later.
I met some bugs when doing coverage with jest in vue, now I switched back to karma/mocha/phantomjs.
Waiting for more progress on vue-test-utils.
Can you report bugs to https://github.com/eddyerburgh/jest-vue?
No branches or pull requests
The text was updated successfully, but these errors were encountered: