git clone <repository-url>
cd my-addon
npm install
yarn run lint:js
yarn run lint:js -- --fix
yarn run test
– Runs the test suite using mocha
For more information on using ember-cli, visit https://ember-cli.com/.
git clone <repository-url>
cd my-addon
npm install
yarn run lint:js
yarn run lint:js -- --fix
yarn run test
– Runs the test suite using mochaFor more information on using ember-cli, visit https://ember-cli.com/.