mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-12-11 23:16:18 +00:00
13 lines
357 B
JavaScript
13 lines
357 B
JavaScript
|
( function ( mw, $ ) {
|
||
|
QUnit.module( 'ext.revisionSlider' );
|
||
|
|
||
|
/**
|
||
|
* Write your QUnit tests here. For more information on
|
||
|
* how to write proper JavaScript QUnit tests for
|
||
|
* MediaWiki extension development, please read
|
||
|
* the manual:
|
||
|
* https://www.mediawiki.org/wiki/Manual:JavaScript_unit_testing#Write_a_unit_test
|
||
|
*/
|
||
|
|
||
|
} )( mediaWiki, jQuery );
|