We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172c628 commit 4a82568Copy full SHA for 4a82568
test/common/README.md
@@ -418,6 +418,7 @@ Synchronous version of `spawnPwd`.
418
The `ArrayStream` module provides a simple `Stream` that pushes elements from
419
a given array.
420
421
+<!-- eslint-disable no-undef, node-core/required-modules -->
422
```js
423
const ArrayStream = require('../common/arraystream');
424
const stream = new ArrayStream();
0 commit comments