diff options
author | Marvin Borner | 2020-03-13 22:20:40 +0100 |
---|---|---|
committer | Marvin Borner | 2020-03-13 22:20:40 +0100 |
commit | a840a022669adcc88fba3339378a0328d7b3032e (patch) | |
tree | 4a88c90bd2d55674d80cf16792262c9ce8a696d8 /test/test-pdf.js | |
parent | 00b0ace3863952ce95df4430d203686fd27bfc20 (diff) |
Well, this is the actual first commit ig
Diffstat (limited to 'test/test-pdf.js')
-rw-r--r-- | test/test-pdf.js | 12 |
1 files changed, 0 insertions, 12 deletions
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 }); |