We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8357e45 commit 42ce09dCopy full SHA for 42ce09d
tests/testthat/test-renderer1-axis-angle-rotate.R
@@ -34,7 +34,7 @@ expect_rotate_anchor <- function(info, rotate, anchor){
34
#more information of getBoundingClientRect() and why value it returns depends on specific browser environment is in the links below
35
#https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect
36
#https://stackoverflow.com/questions/40879171/in-javascript-why-does-getboundingclientrect-sometimes-return-floating-point
37
- expect_true(title_box+2.5>= tick_box)
+ expect_gt(title_box+2.5, tick_box)
38
}
39
test_that('no axis rotation is fine', {
40
map <-
0 commit comments