2013-08-27 15:25:02 +02:00
|
|
|
Reveal.addEventListener( 'ready', function() {
|
|
|
|
|
|
|
|
QUnit.module( 'Markdown' );
|
|
|
|
|
2018-01-22 15:35:15 +01:00
|
|
|
QUnit.test( 'Vertical separator', function( assert ) {
|
|
|
|
assert.strictEqual( document.querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
|
2013-08-27 15:25:02 +02:00
|
|
|
});
|
|
|
|
|
|
|
|
} );
|
|
|
|
|
|
|
|
Reveal.initialize();
|