We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9703219 commit de3dcd7Copy full SHA for de3dcd7
test/common/wpt.js
@@ -9,7 +9,7 @@ const path = require('path');
9
const { inspect } = require('util');
10
const { Worker } = require('worker_threads');
11
12
-// https://github.com./w3c/testharness.js/blob/master/testharness.js
+// https://github.com./web-platform-tests/wpt/blob/master/resources/testharness.js
13
// TODO: get rid of this half-baked harness in favor of the one
14
// pulled from WPT
15
const harnessMock = {
0 commit comments