Skip to content

Commit a5b9418

Browse files
tniessenBethGriggs
authored andcommittedDec 15, 2020
test: fix reference to WPT testharness.js
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>
1 parent 9486f5f commit a5b9418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/common/wpt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const path = require('path');
99
const { inspect } = require('util');
1010
const { Worker } = require('worker_threads');
1111

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

0 commit comments

Comments
 (0)
Please sign in to comment.