Skip to content
Snippets Groups Projects
Commit 79f45c81 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

test for #858

parent 9947b7a5
Branches
Tags
No related merge requests found
...@@ -81,6 +81,10 @@ Reveal.addEventListener( 'ready', function() { ...@@ -81,6 +81,10 @@ Reveal.addEventListener( 'ready', function() {
strictEqual( Reveal.isLastSlide(), false, 'false after Reveal.slide( 0, 0 )' ); strictEqual( Reveal.isLastSlide(), false, 'false after Reveal.slide( 0, 0 )' );
}); });
test( 'Reveal.getTotalSlides', function() {
strictEqual( Reveal.getTotalSlides(), 8, 'eight slides in total' );
});
test( 'Reveal.getIndices', function() { test( 'Reveal.getIndices', function() {
var indices = Reveal.getIndices(); var indices = Reveal.getIndices();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment