2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/docs/testing.md
2018-01-12 17:55:07 +05:30

10 lines
122 B
Markdown

# Tests
All tests are in the `tests` folder and are run using `mocha`. To run tests
### Calling
```sh
npm run test
```