Skip to content

Commit 7fb9a1c

Browse files
committed
chore: Updating the WPT based to latest fully passing
1 parent 7a707e1 commit 7fb9a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get-latest-platform-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ process.on("unhandledRejection", err => {
2323
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/encoding
2424
// 2. Press "y" on your keyboard to get a permalink
2525
// 3. Copy the commit hash
26-
const commitHash = "4e83bff9e071561dd10538dda073cd2f43b68e4a";
26+
const commitHash = "3ccab5e25f082e8d055aef70b692a98786b9a9f2";
2727

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

0 commit comments

Comments
 (0)