Skip to content

Commit

Permalink
Adding phantomjs for docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Riggan committed Dec 28, 2018
1 parent 4da0a72 commit 5c24fd9
Show file tree
Hide file tree
Showing 7 changed files with 278 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/bitcore-lib-cash/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ module.exports = function(config) {
plugins: [
'karma-mocha',
'karma-chrome-launcher',
'karma-phantomjs-launcher',
'karma-firefox-launcher',
'karma-detect-browsers'
]
browsers: ['PhantomJS', 'Chrome', 'Firefox']
});

};
135 changes: 135 additions & 0 deletions packages/bitcore-lib-cash/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/bitcore-lib-cash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"sinon": "^7.1.1"
},
"license": "MIT"
Expand Down
1 change: 1 addition & 0 deletions packages/bitcore-lib/bitcore-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -54625,6 +54625,7 @@ module.exports={
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"sinon": "^7.1.1"
},
"license": "MIT"
Expand Down
4 changes: 3 additions & 1 deletion packages/bitcore-lib/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ module.exports = function(config) {
],
plugins: [
'karma-mocha',
'karma-phantomjs-launcher',
'karma-chrome-launcher',
]
],
browsers: ['PhantomJS', 'Chrome']
});

};
Loading

0 comments on commit 5c24fd9

Please sign in to comment.