Skip to content

Commit

Permalink
Replace Chrome by PhantomJS for test running by Karma
Browse files Browse the repository at this point in the history
  • Loading branch information
ousmanedev committed Dec 6, 2015
1 parent 36aef53 commit 5ece312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions karma.json
Expand Up @@ -10,10 +10,10 @@
"port": 9876,
"colors": true,
"autoWatch": true,
"browsers": ["Chrome"],
"browsers": ["PhantomJS"],
"singleRun": false,
"plugins": [
"karma-jasmine",
"karma-chrome-launcher"
"karma-phantomjs-launcher"
]
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -63,9 +63,9 @@
"gulp-uglify": "~0.3.1",
"gulp-util": "~3.0.0",
"karma": "~0.12.19",
"karma-firefox-launcher": "~0.1.3",
"karma-chrome-launcher": "~0.2.2",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.19",
"streamqueue": "0.1.1"
},
"engines": {
Expand Down

0 comments on commit 5ece312

Please sign in to comment.