File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 1
- // Karma configuration
2
- // http://karma-runner.github.io/0.10/config/configuration-file.html
3
-
4
1
module . exports = function ( config ) {
5
2
config . set ( {
6
- // base path, that will be used to resolve files and exclude
7
3
basePath : '' ,
8
4
9
- // testing framework to use (jasmine/mocha/qunit/...)
10
5
frameworks : [ 'jasmine' , 'browserify' ] ,
11
6
12
7
files : [
@@ -28,25 +23,12 @@ module.exports = function(config) {
28
23
29
24
port : 8080 ,
30
25
31
- // level of logging
32
- // possible values: LOG_DISABLE || LOG_ERROR || LOG_WARN || LOG_INFO || LOG_DEBUG
33
26
logLevel : config . LOG_INFO ,
34
27
35
- // enable / disable watching file and executing tests whenever any file changes
36
28
autoWatch : false ,
37
29
38
- // Start these browsers, currently available:
39
- // - Chrome
40
- // - ChromeCanary
41
- // - Firefox
42
- // - Opera
43
- // - Safari (only Mac)
44
- // - PhantomJS
45
- // - IE (only Windows)
46
30
browsers : [ 'PhantomJS' ] ,
47
31
48
- // Continuous Integration mode
49
- // if true, it capture browsers, run tests and exit
50
32
singleRun : true
51
33
} ) ;
52
34
} ;
Original file line number Diff line number Diff line change 37
37
"jshint-stylish" : " ~0.1.5" ,
38
38
"karma" : " ~0.10.9" ,
39
39
"karma-browserify" : " ~0.2.1" ,
40
- "karma-chrome-launcher" : " ~0.1.2" ,
41
- "karma-coffee-preprocessor" : " ~0.1.2" ,
42
40
"karma-coverage" : " ~0.1.5" ,
43
- "karma-firefox-launcher" : " ~0.1.3" ,
44
- "karma-html2js-preprocessor" : " ~0.1.0" ,
45
41
"karma-jasmine" : " ~0.1.5" ,
46
42
"karma-phantomjs-launcher" : " ~0.1.4" ,
47
- "karma-requirejs" : " ~0.2.1" ,
48
43
"karma-script-launcher" : " ~0.1.0" ,
49
44
"lodash" : " ~2.4.1" ,
50
45
"requirejs" : " ~2.1.10" ,
You can’t perform that action at this time.
0 commit comments