github.com/mweagle/Sparta@v1.15.0/docs_source/static/presentations/reveal.js-3.9.2/test/test-markdown.js (about)

     1  Reveal.addEventListener( 'ready', function() {
     2  
     3  	QUnit.module( 'Markdown' );
     4  
     5  	QUnit.test( 'Vertical separator', function( assert ) {
     6  		assert.strictEqual( document.querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
     7  	});
     8  
     9  } );
    10  
    11  Reveal.initialize();