aboutsummaryrefslogtreecommitdiff
path: root/test/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.html')
-rw-r--r--test/test.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.html b/test/test.html
index a41495e..5edf2e2 100644
--- a/test/test.html
+++ b/test/test.html
@@ -81,6 +81,8 @@
<script>
window.location.hash = '';
+ Reveal.configure({maxScale: 1.11});
+
// These tests expect the DOM to contain a presentation
// with the following slide structure:
//
@@ -113,6 +115,10 @@
QUnit.module( 'API' );
+ QUnit.test( 'Reveal.configure before initialization', function( assert ) {
+ assert.strictEqual( Reveal.getConfig().maxScale, 1.11 );
+ });
+
QUnit.test( 'Reveal.isReady', function( assert ) {
assert.strictEqual( Reveal.isReady(), true, 'returns true' );
});