Ocelot-Social/webapp/testing.md
2019-07-03 08:51:39 -03:00

9 lines
261 B
Markdown

# Component Testing
We are using `Jest` as our test runner, along with `vue-test-utils`.
Head over and check out the documentation on [Jest](https://jestjs.io/docs/en/getting-started.html)
Also, check out [vue-test-utils](https://vue-test-utils.vuejs.org/)