eslint rule for no async in describe blocks via eslint-plugin-mocha#6438
eslint rule for no async in describe blocks via eslint-plugin-mocha#6438gonzaotc wants to merge 5 commits intoOpenZeppelin:masterfrom
Conversation
Adds the no-async-describe ESLint rule to catch async functions in describe blocks, which is a common source of test bugs. Closes OpenZeppelin#4943
…ywalkingzulu1/openzeppelin-contracts into feat/eslint-no-async-describe
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
WalkthroughThis pull request introduces the Suggested labels
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes #4943
PR Checklist
npx changeset add)