# Testing

pinky-promise uses [Promises/A+ tests](https://github.com/promises-aplus/promises-tests) to test the core promise methods, and a small test suite to test the non-standard bits. To runs the tests:

```
$ npm install -d && npm test
```