Skip to content

Commit

Permalink
chore(karma): Added jasmine framework declaration to karma configs
Browse files Browse the repository at this point in the history
Fixes #1965
  • Loading branch information
christopherthielen committed May 19, 2015
1 parent 48aeaff commit 42095a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/karma-1.0.8.js
Expand Up @@ -13,6 +13,7 @@ module.exports = function (karma) {
// level of logging
// possible values: LOG_DISABLE || LOG_ERROR || LOG_WARN || LOG_INFO || LOG_DEBUG
logLevel: karma.LOG_DEBUG,
frameworks: ['jasmine'],

// Start these browsers, currently available:
// - Chrome
Expand Down
1 change: 1 addition & 0 deletions config/karma-1.1.5.js
Expand Up @@ -13,6 +13,7 @@ module.exports = function (karma) {
// level of logging
// possible values: LOG_DISABLE || LOG_ERROR || LOG_WARN || LOG_INFO || LOG_DEBUG
logLevel: karma.LOG_DEBUG,
frameworks: ['jasmine'],

// Start these browsers, currently available:
// - Chrome
Expand Down
1 change: 1 addition & 0 deletions config/karma-1.3.0.js
Expand Up @@ -13,6 +13,7 @@ module.exports = function (karma) {
// level of logging
// possible values: LOG_DISABLE || LOG_ERROR || LOG_WARN || LOG_INFO || LOG_DEBUG
logLevel: karma.LOG_DEBUG,
frameworks: ['jasmine'],

// Start these browsers, currently available:
// - Chrome
Expand Down
1 change: 1 addition & 0 deletions config/karma.js
Expand Up @@ -13,6 +13,7 @@ module.exports = function (karma) {
// level of logging
// possible values: LOG_DISABLE || LOG_ERROR || LOG_WARN || LOG_INFO || LOG_DEBUG
logLevel: karma.LOG_DEBUG,
frameworks: ['jasmine'],

// Start these browsers, currently available:
// - Chrome
Expand Down

0 comments on commit 42095a5

Please sign in to comment.