Skip to content

Commit 1852e99

Browse files
committed
Added angular-ws dependency which addresses issue #79
1 parent ab83d79 commit 1852e99

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

karma.conf.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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: {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
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",

0 commit comments

Comments
 (0)