diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/setup.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/setup.js b/test/setup.js index 8e7965a37..1a69f4866 100644 --- a/test/setup.js +++ b/test/setup.js @@ -3,3 +3,5 @@ require('babel-register')({ }) require('./helper') + +window.SVGPathElement = window.SVGPathElement || { prototype: {} } |