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