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

fix: remove use of assert module #65

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

achingbrain
Copy link
Collaborator

@achingbrain achingbrain commented Feb 13, 2020

I'm trying to remove use of the node assert module from our stack as it's causing problems - the polyfill is big, we can simulate it by throwing an Error and it doesn't work under React Native.

The polyfill is big, we can simulate it by throwing an Error and it doesn't work under React Native.
@ChainSafeSystems
Copy link
Member

Codecov Report

Merging #65 into master will decrease coverage by 1.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   83.88%   82.78%   -1.10%     
==========================================
  Files           8        8              
  Lines         484      488       +4     
==========================================
- Hits          406      404       -2     
- Misses         78       84       +6     

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 978444d...c62dd97. Read the comment docs.

1 similar comment
@codecov-io
Copy link

codecov-io commented Feb 13, 2020

Codecov Report

Merging #65 into master will decrease coverage by 1.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   83.88%   82.78%   -1.10%     
==========================================
  Files           8        8              
  Lines         484      488       +4     
==========================================
- Hits          406      404       -2     
- Misses         78       84       +6     

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 978444d...c62dd97. Read the comment docs.

Copy link
Collaborator

@vasco-santos vasco-santos left a comment

Choose a reason for hiding this comment

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

LGTM!

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