Skip to content

Commit

Permalink
Update web platform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 5, 2023
1 parent d8fe415 commit bd27527
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 @@ -13,7 +13,7 @@ const path = require("path");
// 1. Go to https://github.com/web-platform-tests/wpt/tree/master/url
// 2. Press "y" on your keyboard to get a permalink
// 3. Copy the commit hash
const commitHash = "f415bd4b89e69e270d98a0caaac7f36fde99408d";
const commitHash = "72b915d4b3754f081ef5899bf6a777efe71b2fc5";

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

0 comments on commit bd27527

Please sign in to comment.