-
Notifications
You must be signed in to change notification settings - Fork 2k
appending a base tag to the head before jasmine tests run. #668
Conversation
@codydaig @mleanos @ilanbiala code review? |
LGTM. Doesn't effect the current tests in any way, and all tests pass regardless but I think it's a good addition for any future client side tests. |
Yeah, doesn't really impact anything right now, but I needed it for creating some of these client tests. |
@cdriscol Those tests are looking good! |
@cdriscol it would be a great addition if you could add client side tests :) |
appending a base tag to the head before jasmine tests run.
@cdriscol when linting the code it reports the following issue: Can you advise? |
@cdriscol actually when re-running it after an npm install I don't see the problem anymore. I'm not sure if it's something I missed or an actual problem, can you look into it just so we're on the safe side? |
@lirantal - did a clean npm install and jshint passes with no errors. I think the only way you'd get that not defined error is if your .jshintrc didn't have "jasmine": true or if your jshint was out of date (i.e. before they added jasmine 2.1 globals) |
@cdriscol got it, thanks. do we have the correct version now on 0.4.0 branch for jasmine on package.json ? |
@lirantal - yeah, all of our current versions should be good in our package.json. |
fixes #667