Skip to content

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