repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 3806c1d0285162af08cc4aad3afb31c082dc8ee1:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 3806c1d0285162af08cc4aad3afb31c082dc8ee1
Author: James Baicoianu 
Date:   Sat May 28 13:25:27 2016 -0700

    Make media files available to tests

diff --git a/tests/karma.conf.js b/tests/karma.conf.js
index 686941bdc262a79c59304364e3048b25983333f9..
index ..1d406886a083bd074be56e66a7214e57066239a1 100644
--- a/tests/karma.conf.js
+++ b/tests/karma.conf.js
@@ -15,7 +15,9 @@ module.exports = function(config) {

     // list of files / patterns to load in the browser
     files: [
-      'build/*.js',
+      //'build/**',
+      {pattern: 'build/*', watched: true, included: true, served: true},
+      {pattern: 'build/media/**', watched: false, included: false, served: true},
       'tests/*.test.js'
     ],

-----END OF PAGE-----