Nnodejs

nodejs/mock-module-exports

Handle mock.module exports deprecation

transformationmigration
Public
180 executions
Run locally
npx codemod @nodejs/mock-module-exports
Documentation

Mock Module Exports

This migration trasforming use of deprecated options.defaultExport and options.namedExports on
node:test.mock

Example

diff
Before

This is one example from the codemod's test cases. The codemod may handle many more cases.

Ready to contribute?

Build your own codemod and share it with the community.