mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-02 11:12:47 +02:00
prep markdown test suite
This commit is contained in:
15
test/test-markdown.js
Normal file
15
test/test-markdown.js
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
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();
|
||||
|
Reference in New Issue
Block a user