Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: deflake test-fs-read-optional-params
If `fs.read()` is called without specifying the `position` option, data will be read from the current file position. There is another concurrent `fs.read()` call before the test for no options object which might invalidate the test expectations. Run the test for no options object first. Fixes: nodejs#37946
- Loading branch information