Website/slides/talks/reveal.js-3.5.0/test/test-markdown.js
Oliver Kennedy ee650b8dd9 reorg + new talk mats
- Added reveal.js v3.5
- One canonical copy of the JITD and Mimir talks for the tour
- Migrated JITD talk to reveal v3.5
2017-09-23 14:34:02 -04:00

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();