Ocelot-Social/webapp/component-testing.md
2019-04-11 19:02:55 -03:00

7 lines
259 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/)