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.
1 parent 7a707e1 commit 7fb9a1cCopy full SHA for 7fb9a1c
scripts/get-latest-platform-tests.js
@@ -23,7 +23,7 @@ process.on("unhandledRejection", err => {
23
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/encoding
24
// 2. Press "y" on your keyboard to get a permalink
25
// 3. Copy the commit hash
26
-const commitHash = "4e83bff9e071561dd10538dda073cd2f43b68e4a";
+const commitHash = "3ccab5e25f082e8d055aef70b692a98786b9a9f2";
27
28
const urlPrefix = `https://raw.githubusercontent.com/web-platform-tests/wpt/${commitHash}/encoding/`;
29
const targetDir = path.resolve(__dirname, "..", "test", "web-platform-tests");
0 commit comments