Skip to content

Commit

Permalink
Added angular-ws dependency which addresses issue #79
Browse files Browse the repository at this point in the history
  • Loading branch information
reymalahay committed Jul 6, 2016
1 parent ab83d79 commit 1852e99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ module.exports = function(config) {
// frameworks to use
frameworks: ['jasmine'],

plugins: [
'karma-jasmine',
'karma-coverage',
'karma-chrome-launcher',
'karma-phantomjs-launcher'
],

// list of files / patterns to load in the browser
files: [
'bower_components/angular/angular.js',
Expand Down Expand Up @@ -51,9 +58,7 @@ module.exports = function(config) {
// - PhantomJS
// - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
browsers: [
'Chrome',
'Firefox',
'Safari'
'Chrome'
],

customLaunchers: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
},
"devDependencies": {
"angular-animate": "^1.3.13",
"angular-ws":"*",
"babel-cli": "^6.7.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-es2015-modules-umd": "^6.6.5",
Expand Down

0 comments on commit 1852e99

Please sign in to comment.