Skip to content

Commit

Permalink
Update to latest w3c tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebmaster committed Sep 10, 2017
1 parent bc907c6 commit 2a2d33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-latest-platform-tests.js
Expand Up @@ -19,7 +19,7 @@ process.on("unhandledRejection", err => {
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/url
// 2. Press "y" on your keyboard to get a permalink
// 3. Copy the commit hash
const commitHash = "2d85926668f43c019fc47762e5527f8350d6782d";
const commitHash = "785ec55ddc2dc2e5dfecac65832d68c82f72e50b";

// Have to use RawGit as JSDOM.fromURL checks Content-Type header.
const urlPrefix = `https://rawgit.com/w3c/web-platform-tests/${commitHash}/url/`;
Expand Down

0 comments on commit 2a2d33d

Please sign in to comment.