Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

appending a base tag to the head before jasmine tests run. #668

Merged
merged 1 commit into from
Jul 20, 2015

Conversation

cdriscol
Copy link
Contributor

fixes #667

@lirantal
Copy link
Member

@codydaig @mleanos @ilanbiala code review?

@codydaig
Copy link
Member

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.

@cdriscol
Copy link
Contributor Author

Yeah, doesn't really impact anything right now, but I needed it for creating some of these client tests.

@codydaig
Copy link
Member

@cdriscol Those tests are looking good!

@lirantal
Copy link
Member

@cdriscol it would be a great addition if you could add client side tests :)

lirantal added a commit that referenced this pull request Jul 20, 2015
appending a base tag to the head before jasmine tests run.
@lirantal lirantal merged commit 09251d1 into meanjs:0.4.0 Jul 20, 2015
@cdriscol
Copy link
Contributor Author

@lirantal, I plan on adding all my current client side tests and more once I've had some time to refactor a bit.

You can assign #663 to me if you'd like.. I don't think I can assign it to myself..?

@lirantal
Copy link
Member

@cdriscol sure, let's take it in #663

@lirantal lirantal self-assigned this Jul 20, 2015
@lirantal lirantal added this to the 0.4.0 milestone Jul 20, 2015
@lirantal
Copy link
Member

@cdriscol when linting the code it reports the following issue:
image

Can you advise?

@lirantal
Copy link
Member

@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?

@cdriscol
Copy link
Contributor Author

@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 cdriscol deleted the base_tag branch July 20, 2015 13:50
@lirantal
Copy link
Member

@cdriscol got it, thanks. do we have the correct version now on 0.4.0 branch for jasmine on package.json ?

@cdriscol
Copy link
Contributor Author

@lirantal - yeah, all of our current versions should be good in our package.json.

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

Successfully merging this pull request may close these issues.

3 participants