You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
],'should run without args in multiple workspaces')
1436
+
1437
+
t.match(ARB_CTOR,[
1438
+
{path: npm.localPrefix},
1439
+
{path: npm.localPrefix},
1440
+
])
1441
+
1442
+
// no args, spawn interactive shell
1443
+
CI_NAME=null
1444
+
config.package=[]
1445
+
config.call=''
1446
+
process.stdin.isTTY=true
1447
+
1448
+
awaitexec.execWorkspaces([],['a'])
1449
+
1450
+
t.strictSame(LOG_WARN,[])
1451
+
t.strictSame(
1452
+
npm._mockOutputs,
1453
+
[
1398
1454
[
1399
-
[
1400
-
`\nEntering npm script environment in workspace [email protected] at location:\n${resolve(
1401
-
npm.localPrefix,
1402
-
'packages/a'
1403
-
)}\nType 'exit' or ^D when finished\n`,
1404
-
],
1455
+
`\nEntering npm script environment in workspace [email protected] at location:\n${resolve(
1456
+
npm.localPrefix,
1457
+
'packages/a'
1458
+
)}\nType 'exit' or ^D when finished\n`,
1405
1459
],
1406
-
'printed message about interactive shell'
1407
-
)
1460
+
],
1461
+
'printed message about interactive shell'
1462
+
)
1408
1463
1409
-
npm.color=true
1410
-
flatOptions.color=true
1411
-
npm._mockOutputs.length=0
1412
-
awaitexec.execWorkspaces([],['a'])
1464
+
npm.color=true
1465
+
flatOptions.color=true
1466
+
npm._mockOutputs.length=0
1467
+
awaitexec.execWorkspaces([],['a'])
1413
1468
1414
-
t.strictSame(LOG_WARN,[])
1415
-
t.strictSame(
1416
-
npm._mockOutputs,
1469
+
t.strictSame(LOG_WARN,[])
1470
+
t.strictSame(
1471
+
npm._mockOutputs,
1472
+
[
1417
1473
[
1418
-
[
1474
+
/* eslint-disable-next-line max-len */
1475
+
`\u001b[0m\u001b[0m\n\u001b[0mEntering npm script environment\u001b[0m\u001b[0m in workspace \u001b[[email protected]\u001b[39m at location:\u001b[0m\n\u001b[0m\u001b[2m${resolve(
1476
+
npm.localPrefix,
1477
+
'packages/a'
1419
1478
/* eslint-disable-next-line max-len */
1420
-
`\u001b[0m\u001b[0m\n\u001b[0mEntering npm script environment\u001b[0m\u001b[0m in workspace \u001b[[email protected]\u001b[39m at location:\u001b[0m\n\u001b[0m\u001b[2m${resolve(
1421
-
npm.localPrefix,
1422
-
'packages/a'
1423
-
/* eslint-disable-next-line max-len */
1424
-
)}\u001b[22m\u001b[0m\u001b[1m\u001b[22m\n\u001b[1mType 'exit' or ^D when finished\u001b[22m\n\u001b[1m\u001b[22m`,
1425
-
],
1479
+
)}\u001b[22m\u001b[0m\u001b[1m\u001b[22m\n\u001b[1mType 'exit' or ^D when finished\u001b[22m\n\u001b[1m\u001b[22m`,
0 commit comments