diff options
author | Marvin Borner | 2019-04-01 20:16:24 +0200 |
---|---|---|
committer | Marvin Borner | 2019-04-01 20:16:24 +0200 |
commit | 83b56d1270cdb179b64a1be51f8c1e7fe586c35e (patch) | |
tree | ae40a84def05eb42c53305e0caa8c2a2440fce71 /test/test-pdf.js | |
parent | 0b3e7839ebf4ed8b6c180aca0abafa28c67aee6d (diff) |
Added content
Diffstat (limited to 'test/test-pdf.js')
-rw-r--r-- | test/test-pdf.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/test-pdf.js b/test/test-pdf.js index 1ebf997..60e1bae 100644 --- a/test/test-pdf.js +++ b/test/test-pdf.js @@ -1,12 +1,12 @@ -Reveal.addEventListener( 'ready', function() { +Reveal.addEventListener('ready', function () { - // Only one test for now, we're mainly ensuring that there - // are no execution errors when running PDF mode + // 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' ); - }); + QUnit.test('Reveal.isReady', function (assert) { + assert.strictEqual(Reveal.isReady(), true, 'returns true'); + }); -} ); +}); -Reveal.initialize({ pdf: true }); +Reveal.initialize({pdf: true}); |