This adds some basic tests using mocha and execa to assert against the exitCodes and stdout/stderr output of running ember test and ember test --filter=nonleaky.
A few other included improvements:
Improves logging to use ember-cli's ui interface for console logging, and consolidates logging into a single method.
Fixes some bugs encountered when installing this addon into a real production ember app.
Only runs detection code if the current project is the direct parent of the addon
This adds some basic tests using mocha and execa to assert against the exitCodes and stdout/stderr output of running
ember test
andember test --filter=nonleaky
.A few other included improvements: