```js // 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) }) }) ``` <img width=400 src=https://user-images.githubusercontent.com/6647633/30592117-2d06c3cc-9d0b-11e7-9469-9f916a9e21f6.png> <img width=300 src=https://user-images.githubusercontent.com/6647633/30592024-d49abc34-9d0a-11e7-86a8-ce9eabfc5bdf.png>