We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When converting webpack to Jest, jest-codemods failed on converting the should.js construct oneOf.
webpack
jest-codemods
should.js
oneOf
Let us go over the should.js transformer and see if there are more matchers that I missed.
expect(typeof id).to.be.oneOf("number", "string")
The text was updated successfully, but these errors were encountered:
I remember there were also quite a few false positives (where changes were made to code that shouldn't have been touched by the codemods).
Sorry, something went wrong.
No branches or pull requests
When converting
webpack
to Jest,jest-codemods
failed on converting theshould.js
constructoneOf
.Let us go over the
should.js
transformer and see if there are more matchers that I missed.expect(typeof id).to.be.oneOf("number", "string")
jest-codemods
The text was updated successfully, but these errors were encountered: