Merge pull request #1279 from hypothesis/karma-headless-chrome
Switch default browser for running tests from PhantomJS to headless Chrome
Showing
.dockerignore
0 → 100644
Dockerfile
0 → 100644
... | ... | @@ -72,10 +72,10 @@ |
"karma": "^4.0.0", | ||
"karma-browserify": "^6.0.0", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-coverage-istanbul-reporter": "^2.0.4", | ||
"karma-mocha": "^1.1.1", | ||
"karma-mocha-reporter": "^2.0.4", | ||
"karma-phantomjs-launcher": "^1.0.1", | ||
"karma-sinon": "^1.0.5", | ||
"katex": "^0.10.0", | ||
"lodash.debounce": "^4.0.3", | ||
... | ... | @@ -90,6 +90,7 @@ |
"postcss-url": "^8.0.0", | ||
"preact": "10.0.0-rc.1", | ||
"prettier": "1.18.2", | ||
"puppeteer": "^1.2.0", | ||
"query-string": "^3.0.1", | ||
"raf": "^3.1.0", | ||
"raven-js": "^3.7.0", | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment