X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=karma.conf.js;h=10bf372ac7de77375846213f50198fa60c6da49b;hb=2c813a33fe6821f5af737327c50f388052fa963b;hp=1060ee5f07c771022e317dc82d7d1f7d23be4c92;hpb=a5c366b834cbeb8e89406e0374e2a0903cedfbe8;p=mirror_novnc.git diff --git a/karma.conf.js b/karma.conf.js index 1060ee5..10bf372 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -61,6 +61,7 @@ module.exports = function(config) { files: [ { pattern: 'vendor/sinon.js', included: false }, { pattern: 'node_modules/sinon-chai/lib/sinon-chai.js', included: false }, + { pattern: 'app/localization.js', included: false }, { pattern: 'core/**/*.js', included: false }, { pattern: 'vendor/pako/**/*.js', included: false }, { pattern: 'tests/test.*.js', included: false }, @@ -90,6 +91,7 @@ module.exports = function(config) { // preprocess matching files before serving them to the browser // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor preprocessors: { + 'app/localization.js': ['babel'], 'core/**/*.js': ['babel'], 'tests/test.*.js': ['babel'], 'tests/fake.*.js': ['babel'],