mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-05 12:30:34 +03:00
Use phantomjs 1.9 instead of 2
This commit is contained in:
parent
443533041f
commit
ed56dcc3b6
|
@ -23,7 +23,7 @@ module.exports = function (config) {
|
|||
},
|
||||
reporters: ['mocha'],
|
||||
|
||||
browsers: ['PhantomJS2'],
|
||||
browsers: ['PhantomJS'],
|
||||
|
||||
browserNoActivityTimeout: 60000
|
||||
});
|
||||
|
|
|
@ -72,10 +72,11 @@
|
|||
"karma-jspm": "^2.0.2",
|
||||
"karma-mocha": "^0.2.1",
|
||||
"karma-mocha-reporter": "^1.1.3",
|
||||
"karma-phantomjs-launcher": "^0.2.1",
|
||||
"karma-phantomjs-shim": "^1.1.2",
|
||||
"karma-phantomjs2-launcher": "^0.3.2",
|
||||
"karma-sinon": "^1.0.4",
|
||||
"mocha": "^2.3.4",
|
||||
"phantomjs": "^1.9.19",
|
||||
"reflect-metadata": "^0.1.2",
|
||||
"require-dir": "^0.3.0",
|
||||
"run-sequence": "^1.1.4",
|
||||
|
|
Loading…
Reference in New Issue
Block a user