We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
18, 20, 21
windows
test_runner
import { before, test } from 'node:test' import { createWriteStream } from 'node:fs' before(() => { const fsStream = createWriteStream(new URL('./not-exist/file.txt', import.meta.url), { encoding: 'utf8' }) fsStream.write('Hello World') fsStream.end() }) test('ok', () => { })
No response
node --test node-js-fs-stream.mjs ✔ ok (1.033833ms) ℹ tests 1 ℹ suites 0 ℹ pass 1 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 43.30675
The text was updated successfully, but these errors were encountered:
Duplicate of #52399. It's so much of a duplicate that it gives bot vibes 😄
Sorry, something went wrong.
No branches or pull requests
Version
18, 20, 21
Platform
windows
Subsystem
test_runner
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
node --test node-js-fs-stream.mjs
✔ ok (1.033833ms)
ℹ tests 1
ℹ suites 0
ℹ pass 1
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 43.30675
Additional information
No response
The text was updated successfully, but these errors were encountered: