Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/tap/install-scoped-already-installed.js')
-rw-r--r--test/tap/install-scoped-already-installed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tap/install-scoped-already-installed.js b/test/tap/install-scoped-already-installed.js
index 412d06940..f3c191ddb 100644
--- a/test/tap/install-scoped-already-installed.js
+++ b/test/tap/install-scoped-already-installed.js
@@ -125,7 +125,7 @@ test('cleanup', function (t) {
})
function contains (list, element) {
- var matcher = new RegExp(element+'$')
+ var matcher = new RegExp(element + '$')
for (var i = 0; i < list.length; ++i) {
if (matcher.test(list[i])) {
return true