| Index: Tools/GardeningServer/karma.conf.js
|
| diff --git a/Tools/GardeningServer/karma.conf.js b/Tools/GardeningServer/karma.conf.js
|
| index 6732f4886e862a32dfe6c5f1a68270b149090ed3..875ef7cdf35c1c9405614d35dd9a821d7cc7d76c 100644
|
| --- a/Tools/GardeningServer/karma.conf.js
|
| +++ b/Tools/GardeningServer/karma.conf.js
|
| @@ -14,20 +14,22 @@ module.exports = function(config) {
|
| // mocha setup
|
| client: {
|
| mocha: {
|
| - ui: 'bdd'
|
| + ui: 'bdd',
|
| + globals: ['net']
|
| }
|
| },
|
|
|
| // list of files / patterns to load in the browser
|
| files: [
|
| 'bower_components/platform/platform.js',
|
| - 'test/karma_loader.html',
|
| + 'test/karma-loader.html',
|
| 'bower_components/chai/chai.js',
|
| 'bower_components/sugar/release/sugar-full.development.js',
|
| {pattern: 'bower_components/**/*.{js,html,css,map}', included: false},
|
| 'node_modules/mocha/mocha.js',
|
| 'polymer-load-warning.html',
|
| {pattern: 'model/*.html', included: false},
|
| + {pattern: 'lib/*.html', included: false},
|
| 'model/test/*.html',
|
| 'scripts/*.js',
|
| {pattern: 'ui/*.html', included: false},
|
|
|