mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
tests: Make compartible with QUnit 2
Change-Id: I726d7f75e37a759e1b1f6372710cb06f754fc94b
This commit is contained in:
parent
8e913f1c5d
commit
6bf8fd0b11
|
@ -1,7 +1,7 @@
|
|||
( function ( $, mw ) {
|
||||
QUnit.module( 'Thanks mobilediff' );
|
||||
|
||||
QUnit.test( 'render button for logged in users', 1, function ( assert ) {
|
||||
QUnit.test( 'render button for logged in users', function ( assert ) {
|
||||
var $container = $( '<div>' ),
|
||||
$user = $( '<div>' ).data( 'user-name', 'jon' )
|
||||
.data( 'revision-id', 1 )
|
||||
|
|
Loading…
Reference in a new issue