diff --git a/test/common/README.md b/test/common/README.md index 515e92325edb4d..d4279e00af68b5 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -679,6 +679,12 @@ The absolute path to the `test/fixtures/` directory. Returns the result of `path.join(fixtures.fixturesDir, ...args)`. +### `fixtures.fileURL(...args)` + +* `...args` [\][] + +Returns the result of `url.pathToFileURL(fixtures.path(...args))`. + ### `fixtures.readSync(args[, enc])` * `args` [\][] | [\][]