Update phantomjs and use mocha-phantomjs-core

This commit is contained in:
Tim Schaub
2015-11-01 01:45:47 -06:00
parent 7946298e67
commit 98c9b0eb39
4 changed files with 20 additions and 26 deletions

View File

@@ -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
};