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:
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
2930Examples 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:
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
2728Examples of ** incorrect** code for this rule:
You can’t perform that action at this time.
0 commit comments