Fix tests: Allow single files to be run

This commit is contained in:
Esteban Ordano 2014-10-01 18:02:17 -03:00
commit 41198ff031
21 changed files with 21 additions and 32 deletions

View file

@ -63,8 +63,8 @@ module.exports = function(config) {
'test/mocha.conf.js',
//test files
'karma/setup.js',
'test/models/*.js',
'setup/karma.js',
'test/*.js',
'test/unit/**/*.js',