Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Karma test and Unexpected request #450

Closed
kingcody opened this issue Aug 15, 2014 · 3 comments
Closed

Karma test and Unexpected request #450

kingcody opened this issue Aug 15, 2014 · 3 comments

Comments

@kingcody
Copy link
Member

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!

@kingcody
Copy link
Member Author

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.

@kingcody
Copy link
Member Author

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?

@kingcody
Copy link
Member Author

Ok, I've decided to use client/components/ui-router/ui-router.mock.js in #451

If anyone feels that this is a bad/improper place please let me know, otherwise thats how goes for now ;)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant