sinon-codemod
sinon-codemod copied to clipboard
Codemod scripts that update Sinon APIs
Results
2
sinon-codemod issues
Sort by
recently updated
recently updated
newest added
a new deprecation was published today, which results in the following message: ``` `sandbox.create()` is deprecated. Use default sandbox at `sinon.sandbox` or create new sandboxes with `sinon.createSandbox()` ``` we use...
(I originally suggested this codemod here: https://github.com/skovhus/jest-codemods/issues/53) I do not have time to write a PR but you might want to add something like this: ```javascript /** * A quick...
enhancement
help wanted