From a840a022669adcc88fba3339378a0328d7b3032e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Mar 2020 22:20:40 +0100 Subject: Well, this is the actual first commit ig --- test/test-markdown.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/test-markdown.js (limited to 'test/test-markdown.js') 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(); -- cgit v1.2.3