blob: d2bbba8678fcd379bda453011d023c5a6cedf01d [file] [log] [blame]
JJ Allaireefa6ad42016-01-30 13:12:05 -05001
2
3Reveal.addEventListener( 'ready', function() {
4
5 QUnit.module( 'Markdown' );
6
7 test( 'Vertical separator', function() {
8 strictEqual( document.querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
9 });
10
11
12} );
13
14Reveal.initialize();
15