123456789101112131415 |
- Reveal.addEventListener( 'ready', function() {
- QUnit.module( 'Markdown' );
- test( 'Vertical separator', function() {
- strictEqual( document.querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
- });
- } );
- Reveal.initialize();
|