diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-18 19:13:28 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-28 13:47:39 +0100 |
commit | b5bd292b7d042690336e08dcd423894449c36c66 (patch) | |
tree | 57e262db049c4505a32c56fd7516b087ee8d4cf3 /spec/SpecRunnerEs6.html | |
parent | 57d7dd0232b283874f09bb08e6d05ccfc6d1da24 (diff) | |
download | svg.js-b5bd292b7d042690336e08dcd423894449c36c66.tar.gz svg.js-b5bd292b7d042690336e08dcd423894449c36c66.zip |
add tests for all exports of adopter
Diffstat (limited to 'spec/SpecRunnerEs6.html')
-rw-r--r-- | spec/SpecRunnerEs6.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/SpecRunnerEs6.html b/spec/SpecRunnerEs6.html index fadc3a7..cca33c0 100644 --- a/spec/SpecRunnerEs6.html +++ b/spec/SpecRunnerEs6.html @@ -24,6 +24,7 @@ <script type="module" src="spec/types/ArrayPolyfill.js"></script> <script type="module" src="spec/types/Base.js"></script> <script type="module" src="spec/types/Box.js"></script> + <script type="module" src="spec/utils/adopter.js"></script> </body> </html> |