From 83b56d1270cdb179b64a1be51f8c1e7fe586c35e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 1 Apr 2019 20:16:24 +0200 Subject: Added content --- test/test-markdown.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/test-markdown.js') diff --git a/test/test-markdown.js b/test/test-markdown.js index 5ea8bf2..a2758ec 100644 --- a/test/test-markdown.js +++ b/test/test-markdown.js @@ -1,11 +1,11 @@ -Reveal.addEventListener( 'ready', function() { +Reveal.addEventListener('ready', function () { - QUnit.module( 'Markdown' ); + QUnit.module('Markdown'); - QUnit.test( 'Vertical separator', function( assert ) { - assert.strictEqual( document.querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' ); - }); + 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