summaryrefslogtreecommitdiffhomepage
path: root/test/test-markdown.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-markdown.js')
-rw-r--r--test/test-markdown.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/test-markdown.js b/test/test-markdown.js
deleted file mode 100644
index 5ea8bf2..0000000
--- a/test/test-markdown.js
+++ /dev/null
@@ -1,11 +0,0 @@
-Reveal.addEventListener( 'ready', function() {
-
- QUnit.module( 'Markdown' );
-
- QUnit.test( 'Vertical separator', function( assert ) {
- assert.strictEqual( document.querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
- });
-
-} );
-
-Reveal.initialize();