Skip to content

Commit

Permalink
React-motion: Removed phantomjs dependency
Browse files Browse the repository at this point in the history
PhantomJS is a unmaintained project removed
phantomjs dependency from package.json and
Added support for Karma-chrome-launcher.

Signed-off-by: ossdev07 <ossdev@puresoftware.com>
  • Loading branch information
ossdev07 committed Oct 9, 2018
1 parent 1b78cdd commit 0a18feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -80,7 +80,7 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: false,
browsers: ['PhantomJS'],
browsers: ['ChromeHeadless'],
singleRun: true,
});
};
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -39,11 +39,10 @@
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.2",
"karma-jasmine-diff-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-webpack": "^3.0.0",
"lint-staged": "^7.2.0",
"lodash.range": "^3.0.1",
"phantomjs": "^2.1.7",
"prettier": "^1.14.2",
"react": ">=15.5.0",
"react-codemirror": ">=0.1.2",
Expand Down

0 comments on commit 0a18feb

Please sign in to comment.