1
0
Fork 0
lets-talk-apis/bower_components/reveal.js/test/test-markdown.js

16 lines
268 B
JavaScript
Raw Normal View History

2015-10-13 15:53:04 -04:00
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();