Skip to content

Commit

Permalink
Update to include latest web platform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 14, 2017
1 parent 2403948 commit ae3c0d7
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 @@ -14,7 +14,7 @@ const request = require("request");
// 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 = "5de931eafc9ca8d6de6a138015311812943755ac";
const commitHash = "634175d64d1f3ec26e2a674b294e71738624c77c";

const sourceURL = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}/url/urltestdata.json`;
const setterSourceURL = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}/url/setters_tests.json`;
Expand Down

0 comments on commit ae3c0d7

Please sign in to comment.