2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/docs/testing.md

10 lines
122 B
Markdown
Raw Normal View History

2018-01-10 12:49:52 +00:00
# Tests
All tests are in the `tests` folder and are run using `mocha`. To run tests
### Calling
```sh
npm run test
```