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

Issue/1288 #1346

Merged
merged 2 commits into from
Apr 4, 2016
Merged

Issue/1288 #1346

merged 2 commits into from
Apr 4, 2016

Conversation

flovilmart
Copy link
Contributor

No description provided.

@codecov-io
Copy link

Current coverage is 93.08%

Merging #1346 into master will not affect coverage as of 1f0c9ce

@@            master   #1346   diff @@
======================================
  Files           84      84       
  Stmts         5382    5383     +1
  Branches       991     991       
  Methods          0       0       
======================================
+ Hit           5010    5011     +1
  Partial          9       9       
  Missed         363     363       

Review entire Coverage Diff as of 1f0c9ce

Powered by Codecov. Updated on successful CI builds.

obj.set('foo', 'baz');
return obj.save();
}).then((obj) => {
expect(obj.get('point').id).toEqual(pointId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make sure to remove the hook when the test is done with it? Check @nlutsenko's tests which do this. Prevents pollution.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I initially refactored the removal procedure :P)

@drew-gross
Copy link
Contributor

Feel free to merge after addressing the one comment.

@facebook-github-bot
Copy link

@flovilmart updated the pull request.

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