Skip to content

Commit

Permalink
add comment slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
afholderman committed Oct 16, 2019
1 parent 4a55964 commit 158fe45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ the test looks like:
- **`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'])
mockConsole() // same as `mockConsole(['log','warn','error'])
```
- <a id='mock-string'></a> string - You can mock a single function
```
Expand Down

0 comments on commit 158fe45

Please sign in to comment.