git clone [email protected]:voltidev/ember-svg-jar.git
cd ember-svg-jar
yarn install
yarn test
- Runs all tests including linters.
Run node tests to test any module in lib
directory:
yarn test:node
- Runs node tests.yarn test:node --watch
- Runs node tests in "watch mode"
Run ember tests to test anything related to svg-jar
helper & symbols injection:
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versions
yarn run lint:js
yarn run lint:js:fix
ember serve
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.