You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -130,12 +130,21 @@ x.notThrows = function (fn, msg) {
130
130
}
131
131
};
132
132
133
-
x.doesNotThrow=util.deprecate(x.notThrows,'t.doesNotThrow is renamed to t.notThrows. The old name still works, but will be removed in AVA 1.0.0. Update your references.');
return'DEPRECATION NOTICE: '+oldApi+' has been renamed to '+newApi+' and will eventually be removed. See https://github.com/jamestalmage/ava-codemods to help upgrade your codebase automatically.';
0 commit comments