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.
fixtures.fileURL()
1 parent 57b24a3 commit 89b1bceCopy full SHA for 89b1bce
test/common/README.md
@@ -679,6 +679,12 @@ The absolute path to the `test/fixtures/` directory.
679
680
Returns the result of `path.join(fixtures.fixturesDir, ...args)`.
681
682
+### `fixtures.fileURL(...args)`
683
+
684
+* `...args` [\<string>][<string>]
685
686
+Returns the result of `url.pathToFileURL(fixtures.path(...args))`.
687
688
### `fixtures.readSync(args[, enc])`
689
690
* `args` [\<string>][<string>] | [\<Array>][<Array>]
0 commit comments