Lines Matching refs:url
55 mockSpawn.open = async (url) => args = [cleanCwd(decodeURI(url))]
120 const [url] = getArgs()
121 t.match(url, /commands\/npm-install.html$/, 'attempts to open the correct url')
122 t.ok(url.startsWith('file:///'), 'opens with the correct uri schema')
131 const [url] = getArgs()
132 t.match(url, /configuring-npm\/install.html$/, 'attempts to open the correct url')
141 const [url] = getArgs()
142 t.match(url, /using-npm\/config.html$/, 'attempts to open the correct url')