mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 08:55:07 +01:00
Update QUnit to 2.5.0 and grunt-contrib-qunit to 2.0.0.
This commit is contained in:
parent
f0fa6fb226
commit
f9d0766637
19 changed files with 5887 additions and 2738 deletions
|
|
@ -1,15 +1,11 @@
|
|||
|
||||
|
||||
Reveal.addEventListener( 'ready', function() {
|
||||
|
||||
QUnit.module( 'Markdown' );
|
||||
|
||||
test( 'Vertical separator', function() {
|
||||
strictEqual( document.querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
|
||||
QUnit.test( 'Vertical separator', function( assert ) {
|
||||
assert.strictEqual( document.querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
|
||||
});
|
||||
|
||||
|
||||
} );
|
||||
|
||||
Reveal.initialize();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue