diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-01-05 19:50:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 19:50:40 +0100 |
commit | 0d41e21b0e9b46cc179eff42c215439fb672964b (patch) | |
tree | ec61f2e543de43f3633bcab17a4eb0fdb34aab06 /cli/tests/WPT.md | |
parent | ee9c0c837331528653f959d57f094a8dbfdaacce (diff) |
fix: align encoding APIs to spec using WPT (#9004)
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 |