2
0
mirror of https://github.com/frappe/books.git synced 2025-01-25 16:18:33 +00:00
books/docs/testing.md

10 lines
122 B
Markdown
Raw Normal View History

2018-01-10 18:19:52 +05:30
# Tests
All tests are in the `tests` folder and are run using `mocha`. To run tests
### Calling
```sh
npm run test
```