Files
buuh/.github/CONTRIBUTING.md
T
2016-07-04 23:02:39 +02:00

11 lines
352 B
Markdown

## Thanks for contributing to Choo!
:steam_locomotive::train::train::train::train::train:
### Running tests
Browser tests can be run with the right credentials via the `npm run
test:browser` command. This will be run automatically when `npm version` is
executed.
You may skip the tests by providing `SKIP_TEST=true` when running the version
command.