Skip to content

Commit e3dbb0a

Browse files
authored
git-node: update WPT fixtures README template (#297)
* git-node: update WPT fixtures README template
1 parent 09b7241 commit e3dbb0a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

lib/wpt/templates/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Web Platform Test Fixtures
22

3-
The fixtures here are pulled from https://github.com/web-platform-tests/wpt
4-
using [`git node wpt`](https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md#git-node-wpt)
3+
The files in this folder, including this document,
4+
are generated by [`git node wpt`][].
55

6+
This folder contains a subset of the [Web Platform Tests][] for the
7+
implementation of Web APIs in Node.js.
8+
9+
See [test/wpt](../../wpt/README.md) for information on how these tests are run.
610

711
Last update:
812
<% for (const [path, url] of map) { %>
913
- <%= path %>: <%= url %><% } %>
14+
15+
[Web Platform Tests]: https://github.com/web-platform-tests/wpt
16+
[`git node wpt`]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md#git-node-wpt

0 commit comments

Comments
 (0)