1
0
Fork 0
lets-talk-apis/bower_components/reveal.js/test/test-pdf.js

16 lines
303 B
JavaScript
Raw Normal View History

2015-10-13 15:53:04 -04:00
Reveal.addEventListener( 'ready', function() {
// Only one test for now, we're mainly ensuring that there
// are no execution errors when running PDF mode
test( 'Reveal.isReady', function() {
strictEqual( Reveal.isReady(), true, 'returns true' );
});
} );
Reveal.initialize({ pdf: true });