Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Vue Test Utils are "a set of utility functions aimed to simplify testing Vue.js components". This package allows us to unit test the Vue components of Numberscope. Also, adds complete examples of a Vue component test (SeqGetter.vue) and of a Vue view (Home.vue). The tests may be run with `npm run test:vue`. This works toward, but does not fully complete, a resolution of issue #25.
- Loading branch information