Skip to content

Letting `ember test` and `ember nw:test` co-exist

Compare
Choose a tag to compare
@brzpegasus brzpegasus released this 25 Jul 17:46
· 38 commits to master since this release

Previously, users could not run ember test when the addon was installed, as it forced everyone to use ember nw:test exclusively. This release ensures users can opt out of running tests in a NW environment by ensuring that the build customizations required for ember nw:test do not get applied when running ember test.

Changes

#36 Fix ember test command (@alexlafroscia)