mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
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.
9 lines
261 B
Markdown
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/)
|
|
|