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

Jasmine test helpers #115

Merged
merged 4 commits into from
Sep 21, 2016
Merged

Conversation

lnagle
Copy link
Contributor

@lnagle lnagle commented Sep 15, 2016

No description provided.

@codecov-io
Copy link

codecov-io commented Sep 15, 2016

Current coverage is 100% (diff: 100%)

Merging #115 into master will not change coverage

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

Powered by Codecov. Last update 03a9372...bb5ed5e

Copy link
Contributor

@fidian fidian left a 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",
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@AbsentSemicolon
Copy link
Contributor

Looks good to me once we get the package published and can include it.

@fidian
Copy link
Contributor

fidian commented Sep 21, 2016

Approved. Squashing and merging.

@fidian fidian merged commit ff458e6 into opentoken-io:master Sep 21, 2016
@fidian
Copy link
Contributor

fidian commented Sep 21, 2016

The one test is failing because of an issue introduced into Node. nodejs/node#8571

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

Successfully merging this pull request may close these issues.

4 participants