I found out that our tests started to fail after a patch version upgrade (4.1.2 -> 4.1.3). The source of the issue is in this commit.
We have a custom logic for loading options, and these tests were depending on that settled call. What was the intention to remove it? Which linter rule is in charge here?
I found out that our tests started to fail after a patch version upgrade (
4.1.2->4.1.3). The source of the issue is in this commit.We have a custom logic for loading options, and these tests were depending on that
settledcall. What was the intention to remove it? Which linter rule is in charge here?