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 9040b19 commit a461070Copy full SHA for a461070
lib/node-utils/index.ts
@@ -222,7 +222,7 @@ export function isPromisesArrayResolved(node: TSESTree.Node): boolean {
222
* - it belongs to the `await` expression
223
* - it belongs to the `Promise.all` method
224
* - it belongs to the `Promise.allSettled` method
225
- * - it's chained with the `then` `catch` `finally` method
+ * - it's chained with the `then`, `catch`, `finally` method
226
* - it's returned from a function
227
* - has `resolves` or `rejects` jest methods
228
* - has `toResolve` or `toReject` jest-extended matchers
0 commit comments