Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 258 Bytes

File metadata and controls

5 lines (4 loc) · 258 Bytes

Description

Vue test utils throws an error when you try and stub an async component. This is a minimal repo to reproduce that.

Instructions

Clone and run npm run test:unit, you'll see the error TypeError: Cannot read property 'attrs' of undefined.