mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-26 06:55:48 +00:00
0646b4fe7d
This is some sort of Hello World for selenium. This patch adds the config files and a couple of very basic tests. Bug: T214478 Change-Id: I8193b4edb40332bea1d08e24ec020bf36004320d
17 lines
204 B
JSON
17 lines
204 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/server"
|
|
],
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"browser": false,
|
|
"mw": false
|
|
},
|
|
"rules": {
|
|
"no-console": "off",
|
|
"prefer-template": "off"
|
|
}
|
|
} |