refactor unit tests, now consistently initializing reveal.js in the same way
This commit is contained in:
parent
20b8def298
commit
0814176f3c
22 changed files with 214 additions and 244 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
<link rel="stylesheet" href="../dist/reveal.css">
|
||||
<link rel="stylesheet" href="qunit-2.5.0.css">
|
||||
<script src="qunit-2.5.0.js"></script>
|
||||
</head>
|
||||
|
||||
<body style="overflow: auto;">
|
||||
|
@ -46,8 +47,6 @@
|
|||
</div>
|
||||
|
||||
<script src="../dist/reveal.min.js"></script>
|
||||
<script src="qunit-2.5.0.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
const slides = Array.prototype.map.call( document.querySelectorAll( '.slides section' ), slide => {
|
||||
|
@ -59,7 +58,7 @@
|
|||
};
|
||||
} );
|
||||
|
||||
Reveal.addEventListener( 'ready', () => {
|
||||
Reveal.initialize().then( () => {
|
||||
|
||||
QUnit.module( 'Auto-Animate' );
|
||||
|
||||
|
@ -121,8 +120,6 @@
|
|||
});
|
||||
|
||||
} );
|
||||
|
||||
Reveal.initialize();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue