Skip to content

Commit

Permalink
squash: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LiviaMedeiros committed Aug 9, 2023
1 parent b172d81 commit 1dbf437
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1027,11 +1027,15 @@ The `tmpdir` module supports the use of a temporary directory for testing.

The realpath of the testing temporary directory.

### `url`
### `fileURL([...paths])`

* [\<string>][<string>]
* `...paths` [\<string>][<string>]
* return [\<URL>][<URL>]

Resolves a sequence of paths into absolute url in the temporary directory.

The absolute url of the testing temporary directory with trailing `/`.
When called without arguments, returns absolute url of the testing
temporary directory with explicit trailing `/`.

### `refresh(useSpawn)`

Expand Down Expand Up @@ -1098,6 +1102,7 @@ See [the WPT tests README][] for details.
[<Function>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function
[<Object>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
[<RegExp>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
[<URL>]: https://developer.mozilla.org/en-US/docs/Web/API/URL
[<any>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Data_types
[<bigint>]: https://github.com/tc39/proposal-bigint
[<boolean>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type
Expand Down

0 comments on commit 1dbf437

Please sign in to comment.