summaryrefslogtreecommitdiff
path: root/test/parallel/test-bootstrap-modules.js
diff options
context:
space:
mode:
authorBenjamin Coe <bencoe@google.com>2019-09-20 11:43:02 -0700
committerAnna Henningsen <anna@addaleax.net>2019-09-22 00:39:41 +0200
commit8f06773a8cd73aef37ddc8f68d2c8202f1a8c45a (patch)
tree9fc55258099209d89e0eebdd2b6a45128da0f928 /test/parallel/test-bootstrap-modules.js
parente74f30894c46c94aa1329e8462f811b8d5e54a91 (diff)
downloadandroid-node-v8-8f06773a8cd73aef37ddc8f68d2c8202f1a8c45a.tar.gz
android-node-v8-8f06773a8cd73aef37ddc8f68d2c8202f1a8c45a.tar.bz2
android-node-v8-8f06773a8cd73aef37ddc8f68d2c8202f1a8c45a.zip
process: initial SourceMap support via NODE_V8_COVERAGE
PR-URL: https://github.com/nodejs/node/pull/28960 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com>
Diffstat (limited to 'test/parallel/test-bootstrap-modules.js')
-rw-r--r--test/parallel/test-bootstrap-modules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-bootstrap-modules.js b/test/parallel/test-bootstrap-modules.js
index 69aae7f9b7..36c323b977 100644
--- a/test/parallel/test-bootstrap-modules.js
+++ b/test/parallel/test-bootstrap-modules.js
@@ -55,6 +55,7 @@ const expectedModules = new Set([
'NativeModule internal/process/task_queues',
'NativeModule internal/process/warning',
'NativeModule internal/querystring',
+ 'NativeModule internal/source_map',
'NativeModule internal/timers',
'NativeModule internal/url',
'NativeModule internal/util',