Closed c410-f3r closed 7 years ago
@c410-f3r I am not sure about this error, would have to investigate. But as this is related to your PR for ember-bootstrap, I am wondering why you would need to install ember-concurrency. It should be specified as a dependency (not devDependency) of ember-bootstrap, so no need to manually install it!?
You are right, it is not an ember-fastboot-addon-tests
problem. Sorry for the lack of attention.
No problem at all!
I am having a hard time trying to include the
ember-concurrency
package into the fastboot carousel test ofember-bootstrap
.The console output of
ember fastboot:serve
shows that the package could not be found.ember fastboot:test
fails withError: From should be a file or directory
and changing the setupTest name tofastboot
also fails withAssertionError
(element is not rendered). Tried several strategies with no success, am I doing something wrong here?