Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greenkeeper/semantic release 17.0.2 #1878

Merged
merged 7 commits into from Feb 10, 2020
Merged
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -31,7 +31,7 @@ Object.assign(module.exports, {
// TODO-12.x Historically `nock.cleanAll()` has returned the nock global.
// The other global methods do not do this, so it's not clear this was
// deliberate or is even helpful. This shim is included for backward
// compatibility and shoulud be replaced with an alias to `removeAll()`.
mastermatt marked this conversation as resolved.
Show resolved Hide resolved
// compatibility and should be replaced with an alias to `removeAll()`.
cleanAll() {
removeAll()
return module.exports
Expand Down