mirror of
https://github.com/medialab-prado/poblacion-dirigida.git
synced 2024-12-26 18:01:22 +01:00
16 lines
268 B
JavaScript
16 lines
268 B
JavaScript
|
|
||
|
|
||
|
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();
|
||
|
|