File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ problems in the tests. The promise will be considered as handled when:
24
24
- chaining the ` then ` method
25
25
- chaining ` resolves ` or ` rejects ` from jest
26
26
- 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 )
27
28
- it's returned from a function (in this case, that particular function will be analyzed by this rule too)
28
29
29
30
Examples of ** incorrect** code for this rule:
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ problems in the tests. The promise will be considered as handled when:
22
22
- chaining the ` then ` method
23
23
- chaining ` resolves ` or ` rejects ` from jest
24
24
- 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 )
25
26
- it's returned from a function (in this case, that particular function will be analyzed by this rule too)
26
27
27
28
Examples of ** incorrect** code for this rule:
You can’t perform that action at this time.
0 commit comments