From a5b94180feeeee532d815f5d5f547a57ed1f4a76 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. PR-URL: https://github.com/nodejs/node/pull/35814 Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Daijiro Wachi Reviewed-By: Luigi Pinca --- 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 = {