Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Squash] lint
  • Loading branch information
jasnell committed Aug 22, 2018
commit 4a82568722d7f55fbcfab72e5840832bb3fe950d
1 change: 1 addition & 0 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ Synchronous version of `spawnPwd`.
The `ArrayStream` module provides a simple `Stream` that pushes elements from
a given array.

<!-- eslint-disable no-undef, node-core/required-modules -->
```js
const ArrayStream = require('../common/arraystream');
const stream = new ArrayStream();
Expand Down