Skip to content

Commit

Permalink
chore: Updating the WPT based to latest fully passing
Browse files Browse the repository at this point in the history
  • Loading branch information
fguitton committed Aug 18, 2021
1 parent 7a707e1 commit 7fb9a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-latest-platform-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ process.on("unhandledRejection", err => {
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/encoding
// 2. Press "y" on your keyboard to get a permalink
// 3. Copy the commit hash
const commitHash = "4e83bff9e071561dd10538dda073cd2f43b68e4a";
const commitHash = "3ccab5e25f082e8d055aef70b692a98786b9a9f2";

const urlPrefix = `https://raw.githubusercontent.com/web-platform-tests/wpt/${commitHash}/encoding/`;
const targetDir = path.resolve(__dirname, "..", "test", "web-platform-tests");
Expand Down

0 comments on commit 7fb9a1c

Please sign in to comment.