Skip to content

Tests & Linting

Elias edited this page Jun 8, 2016 · 1 revision

Tests

$ npm test

Coding Standards

Coding standards are defined by the .eslintrc.json in the project root. To check for linter errors, run:

$ npm run lint

If you are using atom, install the linter-eslint package. Similar packages exist for other text editors.

Travis

The travis build is here. It runs tests and checks for linter errors.

Clone this wiki locally