updated testrunner config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user