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:
authorRebecca Turner <me@re-becca.org>2015-06-17 09:28:40 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:27:24 +0300
commitc6c8c2ee3b490967be85127722cced5074aefe0a (patch)
treedf3aaf2fa36e7ef4300498fb6f83006ab842dfb2
parent489f05ae06537a80aa4bcdca887d01e810fdb543 (diff)
test: outdated-depth: Update to expect npm@3 style output
-rw-r--r--test/tap/outdated-depth.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tap/outdated-depth.js b/test/tap/outdated-depth.js
index 2f0612791..13220dfa7 100644
--- a/test/tap/outdated-depth.js
+++ b/test/tap/outdated-depth.js
@@ -40,7 +40,8 @@ test('outdated depth zero', function (t) {
'1.3.1',
'1.3.1',
'1.5.1',
- '1.3.1'
+ '1.3.1',
+ null
]
mr({ port: common.port }, function (er, s) {