fixed karama tests

This commit is contained in:
Torkel Ödegaard 2014-03-18 19:27:42 +01:00
parent dadae53e51
commit 0a6b393b35

View File

@ -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