Bibop
Results
2
issues of
Bibop
How I can stop queue of tests in spec if one of test is fail? ``` describe("some spec", () -> { it("First test", () -> {}); it("Second test", () ->...
In ie9, ie10, ie11, when window resized, sometimes elem does not contain parentNode. If cached elem parent, problem disappears.