Vadim Ruban
Vadim Ruban
I've found that closing a modal cause keyboard to open and then immediately hide, which causes multiple calls of resetKeyboardSpace function, and this causes an error: Warning: Overriding previous layout...
There is missing changeOrientation method for the Android version. It should work the same as on iOS.
Following code is reported as correct for "no-describe-variables" rule, but should throw an error. ```js describe("My suite", () => { var x; it("works", () => { // ... }) })...
This PR contains a new rule that prevents to write re-usable variables in the module scope, in order to avoid mutations of this variables between tests.
Hey guys, thanks for great library. I'm using it on daily basis and it helps me a lot, but I believe that it is mandatory to have a good test...