-
Notifications
You must be signed in to change notification settings - Fork 5
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
Jasmine test helpers #115
Jasmine test helpers #115
Conversation
Current coverage is 100% (diff: 100%)@@ master #115 diff @@
====================================
Files 66 66
Lines 1339 1339
Methods 155 155
Messages 0 0
Branches 146 146
====================================
Hits 1339 1339
Misses 0 0
Partials 0 0
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to stall this until the other merge requests get in and the module should be published to NPM.
@@ -37,6 +37,7 @@ | |||
"eslint": "^2.10.2", | |||
"istanbul": "^0.4.2", | |||
"jasmine-node": "^1.14.5", | |||
"jasmine-node-helpers": "https://github.com/tests-always-included/jasmine-node-helpers", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should wait until the repo is pushed to npm and renamed. After that, this line should simply be
"jasmine-test-helpers": "^1.0.0",
Or whatever the current version is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. I'll make that change.
Looks good to me once we get the package published and can include it. |
Approved. Squashing and merging. |
The one test is failing because of an issue introduced into Node. nodejs/node#8571 |
No description provided.