diff options
Diffstat (limited to 'cli/tests/WPT.md')
-rw-r--r-- | cli/tests/WPT.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cli/tests/WPT.md b/cli/tests/WPT.md index 553fe3263..b6cd3bcea 100644 --- a/cli/tests/WPT.md +++ b/cli/tests/WPT.md @@ -3,9 +3,10 @@ The WPT are test suites for Web platform specs, like Fetch, WHATWG Streams, or console. Deno is able to run most `.any.js` and `.window.js` web platform tests. -This directory contains a `wpt.json` file that is used to configure our WPT test -runner. You can use this json file to set which WPT suites to run, and which -tests we expect to fail (due to bugs or because they are out of scope for Deno). +This directory contains a `wpt.jsonc` file that is used to configure our WPT +test runner. You can use this json file to set which WPT suites to run, and +which tests we expect to fail (due to bugs or because they are out of scope for +Deno). To include a new test file to run, add it to the array of test files for the corresponding suite. For example we want to enable |