diff options
| author | Vojta Jina | 2013-06-25 11:48:10 -0700 |
|---|---|---|
| committer | Vojta Jina | 2013-06-28 11:43:38 -0700 |
| commit | 29f96c852c355d0e283a64111d4923d1bcde8f5f (patch) | |
| tree | fc40a3fec38f8245917b979a6216aa272c8cd5fa /karma-shared.conf.js | |
| parent | 89efb12ed852070a93777c5ff0ed3f9bc822bdf0 (diff) | |
| download | angular.js-29f96c852c355d0e283a64111d4923d1bcde8f5f.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'] + }); +}; |
