[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
```
