# Contributing

Issues & pull requests welcome.

## Setup

```bash
# install dependencies
npm install

# allow mocha-apiary-reporter to require itself
npm link
npm link mocha-apiary-reporter
```

## Running the tests

```bash
npm test
```

