Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 698 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 698 Bytes

How To Contribute

Installation

  • git clone https://github.com/ember-cli/ember-exam.git
  • cd ember-exam
  • yarn install

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • yarn test:node - Runs the node tests
  • yarn test:all – Runs the test suite against multiple Ember versions

Running the dummy application

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