Browse Source

fixed karama tests

Torkel Ödegaard 11 years ago
parent
commit
0a6b393b35
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/test/karma.conf.js

+ 2 - 1
src/test/karma.conf.js

@@ -9,7 +9,8 @@ module.exports = function(config) {
       'test/test-main.js',
       {pattern: 'app/**/*.js', included: false},
       {pattern: 'vendor/**/*.js', included: false},
-      {pattern: 'test/**/*.js', included: false}
+      {pattern: 'test/**/*.js', included: false},
+      {pattern: '**/*.js', included: false}
     ],
 
     // list of files to exclude