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

change argument type #11

Merged
merged 2 commits into from
Oct 16, 2019
Merged

change argument type #11

merged 2 commits into from
Oct 16, 2019

Conversation

afholderman
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Oct 15, 2019

Codecov Report

Merging #11 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #11   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          25     25           
  Branches        3      3           
=====================================
  Hits           25     25

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 8f9d5b1...158fe45. Read the comment docs.

Readme.md Outdated
- **`mocks[string,array,object]`**: The properties of the console you want to mock. Defaults to ['log','warn','error']
- <a id='mock-default'></a> default - Will mock console.log, console.warn, and console.error
```
mockConsole()` same as `mockConsole(['log','warn','error'])
Copy link
Owner

Choose a reason for hiding this comment

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

I like the code blocks that you are using, could we make the 'same as `mock...' a comment in the code

@bpedersen bpedersen merged commit 6eeaaa7 into bpedersen:master Oct 16, 2019
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.

3 participants