From 52ec5ec61fd3b266efd7a9c5712dd6a769a2d365 Mon Sep 17 00:00:00 2001 From: Gar Date: Tue, 12 Jul 2022 10:14:38 -0700 Subject: fix: properly open package arg repo inside workspace (#5154) --- test/lib/commands/repo.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test') diff --git a/test/lib/commands/repo.js b/test/lib/commands/repo.js index e06a28944..4c983f135 100644 --- a/test/lib/commands/repo.js +++ b/test/lib/commands/repo.js @@ -311,4 +311,12 @@ t.test('workspaces', async t => { ) t.match({}, opened, 'opened no repo urls') }) + + t.test('package arg and workspace', async (t) => { + npm.config.set('workspace', ['workspace-a']) + await npm.exec('repo', ['.']) + t.match({ + 'https://github.com/npm/workspaces-test': 1, + }, opened, 'opened url for package arg, not workspace') + }) }) -- cgit v1.2.3