git clone https://github.com/elwayman02/ember-sinon-qunit.git
cd ember-sinon-qunit
yarn install
yarn lint
yarn lint:fix
cd addon
yarn build
cd test-app
yarn test
– Runs the test suite on the current Ember versionyarn test:watch
– Runs the test suite in "watch mode"
cd test-app
yarn start
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.