diff options
| author | Vojta Jina | 2013-06-28 16:30:48 -0700 | 
|---|---|---|
| committer | Vojta Jina | 2013-06-28 16:30:48 -0700 | 
| commit | 4fbd4bbd8deb92f51d2e79e16774a466e20e0d93 (patch) | |
| tree | 25f37c045159dc4e7d928016282540c6caf61b8c /karma-shared.conf.js | |
| parent | 2fae296cbcd1eedac226f7bcda146426b8239322 (diff) | |
| download | angular.js-4fbd4bbd8deb92f51d2e79e16774a466e20e0d93.tar.bz2 | |
chore: update karma to 0.9.4
And also add shared config to make karma configs a bit simpler.
Diffstat (limited to 'karma-shared.conf.js')
| -rw-r--r-- | karma-shared.conf.js | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/karma-shared.conf.js b/karma-shared.conf.js new file mode 100644 index 00000000..70be8c97 --- /dev/null +++ b/karma-shared.conf.js @@ -0,0 +1,9 @@ +module.exports = function(config) { +  config.set({ +    frameworks: ['jasmine'], +    autoWatch: true, +    logLevel: config.LOG_INFO, +    logColors: true, +    browsers: ['Chrome'] +  }); +}; | 
