mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
build: Update eslint-config-wikimedia to 0.21.0
Change-Id: I86a44d7c73a107fb318abeda9e503e99083f48db
This commit is contained in:
parent
0d4bb626f1
commit
cb60e7aa04
12550
package-lock.json
generated
12550
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -15,8 +15,8 @@
|
|||
"@wdio/local-runner": "7.4.6",
|
||||
"@wdio/mocha-framework": "7.13.2",
|
||||
"@wdio/sync": "7.4.6",
|
||||
"eslint-config-wikimedia": "0.20.0",
|
||||
"grunt": "1.4.0",
|
||||
"eslint-config-wikimedia": "0.21.0",
|
||||
"grunt": "1.4.1",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"grunt-eslint": "23.0.0",
|
||||
"grunt-stylelint": "0.16.0",
|
||||
|
|
|
@ -32,7 +32,7 @@ describe( 'Cite backlinks', function () {
|
|||
CitePage.getReference( 2 ).click();
|
||||
assert(
|
||||
CitePage.getCiteSubBacklink( 2 ).getAttribute( 'class' )
|
||||
.indexOf( 'mw-cite-targeted-backlink' ) !== -1,
|
||||
.includes( 'mw-cite-targeted-backlink' ),
|
||||
'the jump mark symbol of the backlink is highlighted'
|
||||
);
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue