repo: janusweb action: commit revision: path_from: revision_from: 3806c1d0285162af08cc4aad3afb31c082dc8ee1: path_to: revision_to:
commit 3806c1d0285162af08cc4aad3afb31c082dc8ee1 Author: James BaicoianuDate: 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
--- 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-----