diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2020-03-31 13:06:58 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2020-03-31 13:06:58 +0200 |
commit | dbbd82579e8ecd3b3f583cb6963120aa7da7d0b2 (patch) | |
tree | 2e41a8e2702f7d558999e80c3b12b9008b5cc179 /test/test-plugins.html | |
parent | fe75be1cffa2047309358f7d2e05fe9eee96dd96 (diff) | |
download | fosdem-2021-minimalism-presentation-dbbd82579e8ecd3b3f583cb6963120aa7da7d0b2.tar fosdem-2021-minimalism-presentation-dbbd82579e8ecd3b3f583cb6963120aa7da7d0b2.tar.gz |
fix unit tests, use qunit-puppeteer for es6 support
Diffstat (limited to 'test/test-plugins.html')
-rw-r--r-- | test/test-plugins.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-plugins.html b/test/test-plugins.html index 47f530b..4e68906 100644 --- a/test/test-plugins.html +++ b/test/test-plugins.html @@ -58,7 +58,7 @@ var PluginE = {}; - var reveal = new Reveal(); + var reveal = new Reveal( document.querySelector( '.reveal' ) ); reveal.registerPlugin( 'PluginA', PluginA ); reveal.registerPlugin( 'PluginB', PluginB ); |