diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-28 14:19:38 +1000 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-28 14:19:38 +1000 |
commit | 5a70312f36355f20e7a643e26e1f6bdb597df7be (patch) | |
tree | 5248a3da37a73fbe4544b05feab47c900d15546e /spec/setupSVGDom.js | |
parent | ae26b9a642d9f935f376ff8d211590525f51a71d (diff) | |
download | svg.js-5a70312f36355f20e7a643e26e1f6bdb597df7be.tar.gz svg.js-5a70312f36355f20e7a643e26e1f6bdb597df7be.zip |
added tests for transform.js, migrated tests for v3 of types to esm tests
Diffstat (limited to 'spec/setupSVGDom.js')
-rw-r--r-- | spec/setupSVGDom.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/setupSVGDom.js b/spec/setupSVGDom.js index 72e5383..22bf565 100644 --- a/spec/setupSVGDom.js +++ b/spec/setupSVGDom.js @@ -1,3 +1,4 @@ +import './RAFPlugin.js' import { createHTMLWindow } from 'svgdom' /* globals beforeEach, afterEach, jasmine */ |