mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
Follow-up 8b7b20b9
: Add new i18n directory to banana testing
Change-Id: Ic8612e9646af4a3bfd8228ef9e4fa4e8162881c9
This commit is contained in:
parent
0e5a6aca32
commit
81c599ef0b
|
@ -79,7 +79,10 @@ module.exports = function ( grunt ) {
|
|||
all: 'modules/**/*.css'
|
||||
},
|
||||
banana: {
|
||||
all: 'modules/ve-{mw,wmf}/i18n/'
|
||||
all: [
|
||||
'modules/ve-{mw,wmf}/i18n/',
|
||||
'modules/ve-mw/tests/browser/i18n'
|
||||
]
|
||||
},
|
||||
jsonlint: {
|
||||
all: [
|
||||
|
|
Loading…
Reference in a new issue