summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-12-20 14:36:28 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2018-12-29 19:20:24 +0800
commit71a380b9feb693062bf7d6c42499fb4b759a1783 (patch)
tree7efde150dd59674c31be770503c613396a3bbccd /test
parent05ee814f08f570268547a9c0141c87de38c0f389 (diff)
downloadandroid-node-v8-71a380b9feb693062bf7d6c42499fb4b759a1783.tar.gz
android-node-v8-71a380b9feb693062bf7d6c42499fb4b759a1783.tar.bz2
android-node-v8-71a380b9feb693062bf7d6c42499fb4b759a1783.zip
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 <jasnell@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/test-whatwg-encoding-surrogates-utf8.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-whatwg-encoding-surrogates-utf8.js b/test/parallel/test-whatwg-encoding-surrogates-utf8.js
index fd66a1e02e..7a155cdc53 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');