We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82ccc5 commit 332ed08Copy full SHA for 332ed08
smoke-tests/test/workspace-ua.js
@@ -7,8 +7,6 @@ t.test('basic', async t => {
7
8
const mock = () => registry.nock
9
.get(`/fail_reflect_user_agent`)
10
- // XXX: why does this get fetched twice for each uninstall?
11
- .times(2)
12
.reply(404, {}, { 'npm-notice': (req) => req.headers['user-agent'] })
13
14
await t.test('npm install sends correct user-agent', async t => {
0 commit comments