Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb120df

Browse files
committed
Update master
1 parent eef0b66 commit eb120df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var injections = {
7070
rewiredModule = rewire("./myModuleA.js", null, injections);
7171

7272
// You can also pass a script to inject
73-
rewiredModule = rewire("./myModuleA.js", null, "console.log('hellooo');");
73+
rewiredModule = rewire("./myModuleA.js", null, "console.log('hellooo');"); // prints "hellooo"
7474

7575

7676

0 commit comments

Comments
 (0)