aboutsummaryrefslogtreecommitdiff
path: root/test/test-plugins.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-31 13:06:58 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-31 13:06:58 +0200
commitdbbd82579e8ecd3b3f583cb6963120aa7da7d0b2 (patch)
tree2e41a8e2702f7d558999e80c3b12b9008b5cc179 /test/test-plugins.html
parentfe75be1cffa2047309358f7d2e05fe9eee96dd96 (diff)
downloadfosdem-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.html2
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 );