From 42829fd6e9c4f052bee43c3e97c341363bb0d502 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 20 Dec 2018 14:36:28 +0800 Subject: [PATCH] test: add TODO to encoding tests that can be replaced with WPT PR-URL: https://github.com/nodejs/node/pull/25155 Reviewed-By: James M Snell --- test/parallel/test-whatwg-encoding-surrogates-utf8.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/test-whatwg-encoding-surrogates-utf8.js b/test/parallel/test-whatwg-encoding-surrogates-utf8.js index fd66a1e02e50a8..7a155cdc537a9c 100644 --- a/test/parallel/test-whatwg-encoding-surrogates-utf8.js +++ b/test/parallel/test-whatwg-encoding-surrogates-utf8.js @@ -1,6 +1,7 @@ 'use strict'; // From: https://github.com/w3c/web-platform-tests/blob/fa9436d12c/encoding/api-surrogates-utf8.html +// TODO(joyeecheung): replace this with WPT require('../common');