Skip to content

Commit

Permalink
Update to the latest web platform tests
Browse files Browse the repository at this point in the history
These just add additional coverage.
  • Loading branch information
domenic committed Jan 3, 2017
1 parent 5f3e2d2 commit 78fa674
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 @@ -15,7 +15,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 = "d93247d5cb7d70f80da8b154a171f4e3d50969f4";
const commitHash = "1e1e80441b8d6a60f836de4005dba25698ecfe4a";

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 78fa674

Please sign in to comment.