Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.31 KB

Contributing

Running Tests

elm-serverless targets Node.js 6.10. To get a development environment setup, fork and clone this repo. npm install will also install elm packages for the base library as well as the demo. npm test will perform the full range of tests including:

The demo tests are written in JavaScript using supertest and mocha and rely on a running test instance of the demo server, which is started automatically when you run npm test. You can also launch tests in watch mode with the command npm run test:watch.

Formatting

This project uses elm-format release 0.7.0-exp.

npm install -g elm-format@exp

Editor plugins are available to apply formatting on each save.