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) {
1111 // frameworks to use
1212 frameworks : [ 'jasmine' ] ,
1313
14+ plugins : [
15+ 'karma-jasmine' ,
16+ 'karma-coverage' ,
17+ 'karma-chrome-launcher' ,
18+ 'karma-phantomjs-launcher'
19+ ] ,
20+
1421 // list of files / patterns to load in the browser
1522 files : [
1623 'bower_components/angular/angular.js' ,
@@ -51,9 +58,7 @@ module.exports = function(config) {
5158 // - PhantomJS
5259 // - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
5360 browsers : [
54- 'Chrome' ,
55- 'Firefox' ,
56- 'Safari'
61+ 'Chrome'
5762 ] ,
5863
5964 customLaunchers : {
Original file line number Diff line number Diff line change 4646 },
4747 "devDependencies" : {
4848 "angular-animate" : " ^1.3.13" ,
49+ "angular-ws" :" *" ,
4950 "babel-cli" : " ^6.7.5" ,
5051 "babel-plugin-add-module-exports" : " ^0.1.2" ,
5152 "babel-plugin-transform-es2015-modules-umd" : " ^6.6.5" ,
You can’t perform that action at this time.
0 commit comments