summaryrefslogtreecommitdiff
path: root/test/parallel/test-internal-module-map-asserts.js
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2017-11-26 17:12:09 -0600
committerBradley Farias <bradley.meck@gmail.com>2018-01-15 12:42:29 -0600
commit921fb84687fb8135075c1f001383e9b0b863f4b5 (patch)
treea011f285a10ba6a5c9e4e95c80cefedb78c12d33 /test/parallel/test-internal-module-map-asserts.js
parent85739b6c5b5d12204a81de18ceddf2d357effb8b (diff)
downloadandroid-node-v8-921fb84687fb8135075c1f001383e9b0b863f4b5.tar.gz
android-node-v8-921fb84687fb8135075c1f001383e9b0b863f4b5.tar.bz2
android-node-v8-921fb84687fb8135075c1f001383e9b0b863f4b5.zip
module: refactor loader
PR-URL: https://github.com/nodejs/node/pull/16874 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Diffstat (limited to 'test/parallel/test-internal-module-map-asserts.js')
-rw-r--r--test/parallel/test-internal-module-map-asserts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-internal-module-map-asserts.js b/test/parallel/test-internal-module-map-asserts.js
index 99be2efedd..1160c91042 100644
--- a/test/parallel/test-internal-module-map-asserts.js
+++ b/test/parallel/test-internal-module-map-asserts.js
@@ -5,7 +5,7 @@ const common = require('../common');
const assert = require('assert');
const ModuleMap = require('internal/loader/ModuleMap');
-// ModuleMap.get, ModuleMap.has and ModuleMap.set should only accept string
+// ModuleMap.get, ModuleMap.has and ModuleMap.set should only accept string
// values as url argument.
{
const errorReg = common.expectsError({