Skip to content

Commit 8b5e9ed

Browse files
committed
Merge pull request #49 from FullstackAcademy/phantom-to-chrome
switches front end test browser from PhantomJS to Chrome
2 parents 5e6a163 + 754ac02 commit 8b5e9ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"gulp-uglify": "^1.1.0",
4545
"karma": "^0.13.14",
4646
"karma-chai": "^0.1.0",
47+
"karma-chrome-launcher": "0.2.3",
4748
"karma-coverage": "^0.2.7",
4849
"karma-mocha": "^0.1.10",
4950
"karma-mocha-reporter": "^1.0.2",
50-
"karma-phantomjs-launcher": "^0.1.4",
5151
"lodash": "^3.9.3",
5252
"mocha-mongoose": "^1.0.3",
5353
"mongodb": "^1.4.33",

generated/tests/browser/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function (config) {
2121
];
2222

2323
var configObj = {
24-
browsers: ['PhantomJS'],
24+
browsers: ['Chrome'],
2525
frameworks: ['mocha', 'chai'],
2626
basePath: path.join(__dirname, '../../'),
2727
files: filesCollection,

0 commit comments

Comments
 (0)