Skip to content

Commit 9bdf635

Browse files
author
Charley
committed
docs: update docs
1 parent 213f359 commit 9bdf635

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/rules/await-async-queries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ problems in the tests. The promise will be considered as handled when:
2424
- chaining the `then` method
2525
- chaining `resolves` or `rejects` from jest
2626
- chaining `toResolve()` or `toReject()` from [jest-extended](https://github.com/jest-community/jest-extended#promise)
27+
- chaining jasmine [async matchers](https://jasmine.github.io/api/edge/async-matchers.html)
2728
- it's returned from a function (in this case, that particular function will be analyzed by this rule too)
2829

2930
Examples of **incorrect** code for this rule:

docs/rules/await-async-utils.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ problems in the tests. The promise will be considered as handled when:
2222
- chaining the `then` method
2323
- chaining `resolves` or `rejects` from jest
2424
- chaining `toResolve()` or `toReject()` from [jest-extended](https://github.com/jest-community/jest-extended#promise)
25+
- chaining jasmine [async matchers](https://jasmine.github.io/api/edge/async-matchers.html)
2526
- it's returned from a function (in this case, that particular function will be analyzed by this rule too)
2627

2728
Examples of **incorrect** code for this rule:

0 commit comments

Comments
 (0)