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-pdf.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test/test-pdf.js (limited to 'test/test-pdf.js') diff --git a/test/test-pdf.js b/test/test-pdf.js deleted file mode 100644 index 1ebf997..0000000 --- a/test/test-pdf.js +++ /dev/null @@ -1,12 +0,0 @@ -Reveal.addEventListener( 'ready', function() { - - // Only one test for now, we're mainly ensuring that there - // are no execution errors when running PDF mode - - QUnit.test( 'Reveal.isReady', function( assert ) { - assert.strictEqual( Reveal.isReady(), true, 'returns true' ); - }); - -} ); - -Reveal.initialize({ pdf: true }); -- cgit v1.2.3