Skip to content
Snippets Groups Projects
Commit c3319c14 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

fix failing test

parent 1081bbfc
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
QUnit.module( 'Multiple reveal.js instances' );
let r1 = new Reveal( document.querySelector( '.deck1 .reveal' ), {
embedded: true
embedded: true,
keyboard: true
} );
r1.initialize();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment