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
After making some changes to the generator templates, I was running the tests and received an error from karma:
Error: Unexpected request: GET app/main/main.html
No more request expected
Its from main.controller.spec; after some research (because I knew nothing about karma) I've found that the preprocessors are supposed to expect certain asset requests which seemed to be defined in karma.conf.js
I've looked at a few suggestions from around the web, but seeing as how I haven't made any modifications to the 'main' component or to the server, I'm wondering if its from something less obvious.
If anyone with experience using karma have any ideas, or know more about what i should be looking for, please drop me a line. Any help would be appreciated.
Thanks,
Cody
PS - not sure what, if any, log information might be of help. Just let me know, and thanks again!
The text was updated successfully, but these errors were encountered:
Also, I'll point out; that I'm fairly sure that the test is expecting only one call, the call to: /api/things and its getting a call for a template(app/main/main.html) as well (or in place of). Either way I'm not terribly sure why that would be.
Appears to be an issue caused by ui-router and template promises; again I'm still trying to catch up... However, I did find a gist for a stateMock module that comes with a $state service for mocking state transitions. It handles the template resolves with $httpBackend
My question now, is where would be the proper spot for placing the stateMock module?
After making some changes to the generator templates, I was running the tests and received an error from karma:
Its from main.controller.spec; after some research (because I knew nothing about karma) I've found that the preprocessors are supposed to expect certain asset requests which seemed to be defined in karma.conf.js
I've looked at a few suggestions from around the web, but seeing as how I haven't made any modifications to the 'main' component or to the server, I'm wondering if its from something less obvious.
If anyone with experience using karma have any ideas, or know more about what i should be looking for, please drop me a line. Any help would be appreciated.
Thanks,
Cody
PS - not sure what, if any, log information might be of help. Just let me know, and thanks again!
The text was updated successfully, but these errors were encountered: