diff --git a/karma.conf.js b/karma.conf.js index b147a3fcd..cd85f5837 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -16,10 +16,14 @@ module.exports = function(config) { frameworks: ['mocha'], files: [ 'test/index.js', - { pattern: 'public/fonts/icomoon.ttf', included: false, served: true } + { pattern: 'public/fonts/icomoon.ttf', served: true, included: false }, + { pattern: 'public/blank.html', served: true, included: false }, + { pattern: 'test/files/*', served: true, included: false } ], proxies: { - '/fonts/': '/base/public/fonts/' + '/fonts/': '/base/public/fonts/', + '/blank.html': '/base/public/blank.html', + '/test/files/': '/base/test/files/' }, preprocessors: { 'test/index.js': ['webpack', 'sourcemap'] diff --git a/public/blank.html b/public/blank.html new file mode 100644 index 000000000..f588dd3aa --- /dev/null +++ b/public/blank.html @@ -0,0 +1,19 @@ + + + +
+ +OData is a new standard for transferring data between tools and @@ -49,8 +49,8 @@ except according to the terms contained in the LICENSE file.