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.
261 B
261 B
Component Testing
We are using Jest as our test runner, along with vue-test-utils.
Head over and check out the documentation on Jest
Also, check out vue-test-utils