We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dced4 commit 2863ac2Copy full SHA for 2863ac2
src/rules/valid-expect-in-promise.ts
@@ -219,7 +219,8 @@ export default createRule({
219
meta: {
220
docs: {
221
category: 'Best Practices',
222
- description: 'Enforce having return statement when testing with promises',
+ description:
223
+ 'Checks for floating promises that have expectations in their chain',
224
recommended: 'error',
225
},
226
messages: {
0 commit comments