Skip to content
Snippets Groups Projects
test-markdown.js 268 B
Newer Older
  • Learn to ignore specific revisions
  • Hakim El Hattab's avatar
    Hakim El Hattab committed
    
    
    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();