From 158fe45a75b84da3932de481c36c7ce57bd2ffd9 Mon Sep 17 00:00:00 2001 From: afholderman Date: Wed, 16 Oct 2019 10:28:43 -0600 Subject: [PATCH] add comment slashes --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d675c00..970baf2 100644 --- a/Readme.md +++ b/Readme.md @@ -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'] - default - Will mock console.log, console.warn, and console.error ``` - mockConsole()` same as `mockConsole(['log','warn','error']) + mockConsole() // same as `mockConsole(['log','warn','error']) ``` - string - You can mock a single function ```