Add old future of Drupal presentation
This commit is contained in:
parent
86f2644483
commit
1b3ec458c4
127 changed files with 20994 additions and 0 deletions
15
future-of-drupal/test/test-markdown.js
Normal file
15
future-of-drupal/test/test-markdown.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
|
||||
Reveal.addEventListener( 'ready', function() {
|
||||
|
||||
QUnit.module( 'Markdown' );
|
||||
|
||||
test( 'Vertical separator', function() {
|
||||
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