mediawiki-extensions-AbuseF.../tests/selenium/.eslintrc.json
Daimona Eaytoy 0646b4fe7d Add config for Selenium and basic tests
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
2019-09-17 16:23:07 +00:00

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"
}
}