# Contributing to TokenList.js

## Running tests

* `npm test` executes tests for `src/tokenlist.js` right in Node.
* `npm run lint` verifies code style of source and tests
* npm run `test:server` will launch a server that makes all test suites available at [localhost:9000](http://test.dev:9000/node_modules/intern/client.html?config=tests/browser)
* npm run `test:browserstack` will run all test suites on all browsers defined in `tests/browserstack.js`

