Update phantomjs and use mocha-phantomjs-core
This commit is contained in:
@@ -58,10 +58,7 @@ function runTests(includeCoverage, callback) {
|
||||
var address = server.address();
|
||||
var url = 'http://' + address.address + ':' + address.port;
|
||||
var args = [
|
||||
path.join(
|
||||
__dirname,
|
||||
'../node_modules/mocha-phantomjs/lib/mocha-phantomjs.coffee'
|
||||
),
|
||||
require.resolve('mocha-phantomjs-core'),
|
||||
url + '/test/index.html'
|
||||
];
|
||||
|
||||
@@ -88,5 +85,3 @@ module.exports = {
|
||||
runTests: runTests,
|
||||
listen: listen
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user