Lines Matching refs:result
88 const result = await updateNotifier(mock.npm)
92 result,
98 const { wroteFile, result, MANIFEST_REQUEST } = await runUpdateNotifier(t)
100 t.not(result)
106 const { wroteFile, result, MANIFEST_REQUEST } = await runUpdateNotifier(t, {
110 t.equal(result, null)
115 const { wroteFile, result, MANIFEST_REQUEST } = await runUpdateNotifier(t, {
122 t.equal(result, null)
127 const { wroteFile, result, MANIFEST_REQUEST } = await runUpdateNotifier(t, {
134 t.equal(result, null)
139 const { wroteFile, result, MANIFEST_REQUEST } = await runUpdateNotifier(t)
141 t.equal(result, null)
146 const { wroteFile, result, MANIFEST_REQUEST } = await runUpdateNotifier(t, { STAT_ERROR })
148 t.equal(result, null)
153 const { wroteFile, result, MANIFEST_REQUEST } = await runUpdateNotifier(t, { WRITE_ERROR })
155 t.equal(result, null)
160 const { wroteFile, result, MANIFEST_REQUEST } = await runUpdateNotifier(t, { PACOTE_ERROR })
161 t.equal(result, null)
168 result,
171 t.equal(result, null)
179 result,
182 t.equal(result, null)
189 const { wroteFile, result, MANIFEST_REQUEST } = await runUpdateNotifier(t, { mocks: {
193 t.equal(result, null)
200 const { wroteFile, result, MANIFEST_REQUEST } = await runUpdateNotifier(t, { STAT_MTIME })
202 t.equal(result, null)
211 result,
215 t.equal(result, null)
237 result,
240 t.matchSnapshot(result)