* Build(deps-dev): bump nock from 11.0.0-beta.14 to 11.0.0-beta.19 Bumps [nock](https://github.com/nock/nock) from 11.0.0-beta.14 to 11.0.0-beta.19. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/beta/CHANGELOG.md) - [Commits](https://github.com/nock/nock/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix one test * Update for breaking change in nock api * Always use got without retries in tests
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
'use strict'
|
|
|
|
const got = require('got')
|
|
|
|
// https://github.com/nock/nock/issues/1523
|
|
module.exports = got.extend({ retry: 0 })
|