There was an error while loading. Please reload this page.
1 parent 5438515 commit 697c39aCopy full SHA for 697c39a
README.md
@@ -182,10 +182,16 @@ The list of available slots is listed below:
182
183
## Tests
184
185
-Jest is used for unit-tests.
+You can run unit tests by running the next command:
186
+
187
+```bash
188
+npm run test
189
+```
190
191
### Unit
192
193
+Jest is used for unit-tests.
194
195
[`Jest`](https://jestjs.io) and [`VueTestUtils`](https://vue-test-utils.vuejs.org) is used for unit tests.
196
197
You can run unit tests by running the next command:
0 commit comments