You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
The restaurant application's testcases do not inject the globalSpinner explicitely, so I thaught this would not be necessary. But the result of gulp test:tdd is this:
I performed these steps:
Now I can start
gulp serve
and the application works correctly. But unfortunately I'm not able to create a successful test against the controller.Here is My first try:
The restaurant application's testcases do not inject the globalSpinner explicitely, so I thaught this would not be necessary. But the result of
gulp test:tdd
is this:PhantomJS 1.9.8 (Windows 7) Module: app.main, Controller: AppCntl blabla FAILED
Error: [$injector:unpr] Unknown provider: oasp.oaspUi.spinnerProvider <-
oasp.oaspUi.spinner
So I tried this:
The result is the same.
Question: Is it right that the bower modules are not loaded automatically when
gulp test:tdd
is executed? How can this be fixed?The text was updated successfully, but these errors were encountered: