X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=Gruntfile.js;h=354f0483b615d0986739df2738e1fc9148a6c51d;hb=949641e36e9817f23c5f320e773e52994ec04721;hp=035a208131a000415300bc7135500be7fea0da27;hpb=8897fc1f4717fefcd118c67bbe3ca401c2836330;p=lhc%2Fweb%2Fwiklou.git diff --git a/Gruntfile.js b/Gruntfile.js index 035a208131..354f0483b6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -32,6 +32,9 @@ module.exports = function ( grunt ) { ] }, banana: { + options: { + disallowBlankTranslations: false + }, core: 'languages/i18n/', api: 'includes/api/i18n/', installer: 'includes/installer/i18n/' @@ -53,8 +56,9 @@ module.exports = function ( grunt ) { included: true, served: false } ], + logLevel: 'DEBUG', frameworks: [ 'qunit' ], - reporters: [ 'dots' ], + reporters: [ 'progress' ], singleRun: true, autoWatch: false, // Some tests in extensions don't yield for more than the default 10s (T89075)