Ocelot-Social/webapp/testing.md
Robert Schäfer 216fc2b67c DRY + Better naming: Testing flavours and Github
cc @mattwr18

I would suggest that each subfolder like `/backend/`, `/webapp/`,
`/deployment/` and so on should have a file README.md. Thus, not only
gitbook will pick it up but also Github itself. Github is looking for a
file called README.md when iterating through subfolders.
2019-04-12 13:48:47 +02: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/)