CONTRIBUTING.md
# How To Contribute
## Installation
- `git clone https://github.com/elwayman02/ember-sinon-qunit.git`
- `cd ember-sinon-qunit`
- `yarn install`
## Linting
- `yarn lint`
- `yarn lint:fix`
## Building the addon
- `cd addon`
- `yarn build`
## Running tests
- `cd test-app`
- `yarn test` – Runs the test suite on the current Ember version
- `yarn test:watch` – Runs the test suite in "watch mode"
## Running the test application
- `cd test-app`
- `yarn start`
- Visit the test application at [http://localhost:4200](http://localhost:4200).
For more information on using ember-cli, visit [https://cli.emberjs.com/release/](https://cli.emberjs.com/release/).