From c24ae84b00713bb426082dab28ecda4330b88ab0 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Fri, 12 Aug 2016 10:27:49 -0700 Subject: [PATCH] Fix tests --- test/composition-helper-test.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/composition-helper-test.js b/test/composition-helper-test.js index ceb2b4ea..2f2ba5f1 100644 --- a/test/composition-helper-test.js +++ b/test/composition-helper-test.js @@ -14,6 +14,9 @@ describe('CompositionHelper', function () { add: function () {}, remove: function () {}, }, + getBoundingClientRect: function () { + return { width: 0 } + }, style: { left: 0, top: 0