mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-24 06:13:31 +00:00
d6c6dbd73a
Basic tests to show that the highlighting classes have been attached to the expected elements. TODO in later patches: * tests for the wikitext 2017 editor Bug: T270240 Change-Id: I01ebd9881d38dd877f19ee3bb4fdcbb74d43afaf
10 lines
96 B
JSON
10 lines
96 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/selenium"
|
|
],
|
|
"globals": {
|
|
"mw": "readonly"
|
|
}
|
|
}
|