updated testrunner config

This commit is contained in:
perploug
2013-11-19 20:24:29 +01:00
parent 6cf9312d1a
commit ca8b6cac7a

View File

@@ -39,7 +39,7 @@ module.exports = function(karma) {
'src/common/mocks/**/*.js',
'src/views/**/*.controller.js',
'test/unit/**/*.spec.js',
{pattern: 'lib/umbraco/namespacemanager.js', watched: true, served: true}
{pattern: 'lib/**/*.js', watched: true, served: true, included: false}
],
// list of files to exclude
@@ -65,7 +65,7 @@ module.exports = function(karma) {
// level of logging
// possible values: karma.LOG_DISABLE || karma.LOG_ERROR || karma.LOG_WARN || karma.LOG_INFO || karma.LOG_DEBUG
// CLI --log-level debug
logLevel: karma.LOG_DEBUG,
logLevel: karma.LOG_INFO,
// enable / disable watching file and executing tests whenever any file changes
// CLI --auto-watch --no-auto-watch