Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 626 Bytes

File metadata and controls

24 lines (15 loc) · 626 Bytes

How To Contribute

Installation

  • git clone git@github.com:1024pix/ember-testing-library.git
  • cd ember-testing-library
  • npm ci

Linting

  • npm run lint
  • npm run lint:fix

Running tests

  • npm run test – Runs the test suite on the current Ember version
  • npm run test:ember-compatibility – Runs the test suite against multiple Ember versions

Running the dummy application

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