The actual ember addon is in ./packages/ember-cli-fastboot
. We will be adding other test-packages
to let us test with many different app scenarios with differing dependencies.
git clone <repository-url>
cd packages/ember-cli-fastboot
yarn install
cd packages/ember-cli-fastboot
yarn test:mocha
– Runs the test suite on the current Ember versionyarn test:ember
– Runs the test suite on the current Ember versionyarn test:ember --server
– Runs the test suite in "watch mode"