chore: added test for background rect dimensions

This commit is contained in:
Alexander Sage
2019-07-23 21:28:48 -07:00
parent 671a892b52
commit 8f6d148481
2 changed files with 21 additions and 0 deletions

3
__mocks__/d3.js vendored
View File

@@ -4,6 +4,9 @@ let NewD3 = function () {
append: function () {
return NewD3()
},
lower: function () {
return this
},
attr: function () {
return this
},