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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/lib/utils/completion/installed-deep.js')
-rw-r--r--deps/npm/test/lib/utils/completion/installed-deep.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/npm/test/lib/utils/completion/installed-deep.js b/deps/npm/test/lib/utils/completion/installed-deep.js
index 21e77a568bd..aa0d85ec10a 100644
--- a/deps/npm/test/lib/utils/completion/installed-deep.js
+++ b/deps/npm/test/lib/utils/completion/installed-deep.js
@@ -219,6 +219,8 @@ t.test('limit depth', async t => {
[
['bar', '-g'],
['foo', '-g'],
+ // XXX https://github.com/npm/statusboard/issues/380
+ ['a-bar', '-g'],
'a', 'b',
'c', 'ch',
'd', 'e',
@@ -248,6 +250,8 @@ t.test('limit depth as global', async t => {
[
'bar',
'foo',
+ // https://github.com/npm/statusboard/issues/380
+ 'a-bar',
],
'should reorder so that packages above that level depth goes last'
)