microsoft / TypeScript-Vue-Starter

A starter template for TypeScript and Vue with a detailed README describing how to use the two together.
MIT License
4.45k stars 591 forks source link

Add mocha tests to the template #44

Closed elevatebart closed 5 years ago

elevatebart commented 6 years ago

As asked in #24 I add here a couple of unit test to the templates. This illustrates as well the use of @eddyerburgh 's @vue/test-utils

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

orta commented 5 years ago

Thanks for this PR @elevatebart - I've just merged a PR which adds Jest tests ( #57 ) and that deprecates this. Thanks for helping, sorry it took us a while to get through these PRs.