File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ module.exports = function(config) {
11
11
// frameworks to use
12
12
frameworks : [ 'jasmine' ] ,
13
13
14
+ plugins : [
15
+ 'karma-jasmine' ,
16
+ 'karma-coverage' ,
17
+ 'karma-chrome-launcher' ,
18
+ 'karma-phantomjs-launcher'
19
+ ] ,
20
+
14
21
// list of files / patterns to load in the browser
15
22
files : [
16
23
'bower_components/angular/angular.js' ,
@@ -51,9 +58,7 @@ module.exports = function(config) {
51
58
// - PhantomJS
52
59
// - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
53
60
browsers : [
54
- 'Chrome' ,
55
- 'Firefox' ,
56
- 'Safari'
61
+ 'Chrome'
57
62
] ,
58
63
59
64
customLaunchers : {
Original file line number Diff line number Diff line change 46
46
},
47
47
"devDependencies" : {
48
48
"angular-animate" : " ^1.3.13" ,
49
+ "angular-ws" :" *" ,
49
50
"babel-cli" : " ^6.7.5" ,
50
51
"babel-plugin-add-module-exports" : " ^0.1.2" ,
51
52
"babel-plugin-transform-es2015-modules-umd" : " ^6.6.5" ,
You can’t perform that action at this time.
0 commit comments