Skip to content

Commit

Permalink
test: fix reference to WPT testharness.js
Browse files Browse the repository at this point in the history
The W3C testharness.js was moved to the `web-platform-tests/wpt`
repository a while ago.

PR-URL: #35814
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
tniessen authored and BethGriggs committed Dec 15, 2020
1 parent 9486f5f commit a5b9418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/wpt.js
Expand Up @@ -9,7 +9,7 @@ const path = require('path');
const { inspect } = require('util');
const { Worker } = require('worker_threads');

// https://github.com/w3c/testharness.js/blob/master/testharness.js
// https://github.com/web-platform-tests/wpt/blob/master/resources/testharness.js
// TODO: get rid of this half-baked harness in favor of the one
// pulled from WPT
const harnessMock = {
Expand Down

0 comments on commit a5b9418

Please sign in to comment.