Vue.js+TypeScript+Element-UIの単体テストで気をつけること
> git clone https://github.com/kai-kou/vue-js-typescript-element-ui.git
> cd vue-js-typescript-element-ui/app
> yarn
> yarn test:unit
use Docker
> git clone https://github.com/kai-kou/vue-js-typescript-element-ui.git
> cd vue-js-typescript-element-ui
> docker-compose up -d
> docker-compose exec app bash
# cd app
# yarn
# yarn test:unit
# yarn serve