mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-14 10:34:53 +00:00
7e8cf11648
Adding a step to wait for loaded modules. This was manily taken from the Popups-extension browser test, but with a fixed chain for the results. Let's hope we do not need to pause with this. See as well I274bdee0b3c39c418a2b61881d56f89889c53485 Bug: T220318 Change-Id: I5bdc1951a23a51e9a4deea69af2bfc96843f5a1d
17 lines
173 B
JSON
17 lines
173 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/server"
|
|
],
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"browser": false,
|
|
"mw": false
|
|
},
|
|
"rules": {
|
|
"no-console": 0
|
|
}
|
|
}
|