Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 764 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 764 Bytes

How To Contribute

Installation

  • git clone https://github.com/chancancode/ember-concurrency-async
  • cd ember-concurrency-async
  • yarn install

Linting

  • yarn lint
  • yarn lint:fix

Running tests

  • yarn test:babel – Runs the babel transform test suite (the fixtures folder)
  • yarn test:ember – Runs the test suite on the current Ember version
  • yarn test:ember --server – Runs the test suite in "watch mode"
  • yarn test:ember-compatibility – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.