mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2025-01-05 18:34:13 +00:00
39d8d9229a
I know it doesn't matter, but it was kind of bothering me. Change-Id: Iae9f8b17a3fb5ced362dc2da95e67e20db8af5a5
13 lines
331 B
JavaScript
13 lines
331 B
JavaScript
( function () {
|
|
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
|
|
*/
|
|
|
|
} )();
|