@hoodie/account-server
Version:
Account JSON API backed by PouchDB
24 lines (16 loc) • 293 B
Markdown
[back to hoodie-account-server](../README.md)
# Testing
Local setup
```
git clone https://github.com/hoodiehq/hoodie-account-server.git
cd hoodie-account-server
npm install
```
Run all tests and code style checks
```
npm test
```
Run all tests on file change
```
npm run test:watch
```