Skip to content

Commit 241fe9b

Browse files
authored
Merge pull request #61 from andreasmarkussen/patch-1
Update README.md
2 parents aa56307 + ff1d737 commit 241fe9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ Return the URL of the helper server including the ephemeral port used when start
421421
Return a spy on the logs to look for events from the node under test. For example:
422422

423423
```javascript
424-
var logEvents = helper.log().args.filter(function(evt {
425-
return evt[0].type == "batch";
424+
var logEvents = helper.log().args.filter(function(event) {
425+
return event[0].type == "batch";
426426
});
427427
```
428428

0 commit comments

Comments
 (0)