From 3c46a1ca5fbc98ef1c666f680dafb8a7bddd7b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 26 Oct 2020 16:22:56 +0100 Subject: [PATCH] test: fix reference to WPT testharness.js The W3C testharness.js was moved to the `web-platform-tests/wpt` repository a while ago. --- test/common/wpt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/wpt.js b/test/common/wpt.js index 60891f1ca338fe..6e353e9ea66b89 100644 --- a/test/common/wpt.js +++ b/test/common/wpt.js @@ -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 = {