Skip to content

Commit a461070

Browse files
committed
missing commas
1 parent 9040b19 commit a461070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node-utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export function isPromisesArrayResolved(node: TSESTree.Node): boolean {
222222
* - it belongs to the `await` expression
223223
* - it belongs to the `Promise.all` method
224224
* - it belongs to the `Promise.allSettled` method
225-
* - it's chained with the `then` `catch` `finally` method
225+
* - it's chained with the `then`, `catch`, `finally` method
226226
* - it's returned from a function
227227
* - has `resolves` or `rejects` jest methods
228228
* - has `toResolve` or `toReject` jest-extended matchers

0 commit comments

Comments
 (0)