Skip to content

Commit de3dcd7

Browse files
tniessentargos
authored andcommitted
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 <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9703219 commit de3dcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)