Home
last modified time | relevance | path

Searched refs:stdinLines (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/test/lib/commands/
Dlogin.js11 const mockLogin = async (t, { stdin: stdinLines, registry: registryUrl, ...options } = {}) => { argument
13 if (stdinLines) {
15 for (const l of stdinLines) {
Dadduser.js11 const mockAddUser = async (t, { stdin: stdinLines, registry: registryUrl, ...options } = {}) => { argument
13 if (stdinLines) {
15 for (const l of stdinLines) {