Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 293 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 293 Bytes

back to hoodie-account-server

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