Add mocha and mocha-phantomjs as dev dependencies

This commit is contained in:
Tim Schaub
2014-07-06 11:40:08 -06:00
parent 70cb7a4a0a
commit 8a3f1a8f34
9 changed files with 6 additions and 6417 deletions

View File

@@ -55,7 +55,8 @@ serve.createServer(function(err, server) {
var address = server.address();
var url = 'http://' + address.address + ':' + address.port;
var args = [
path.join(__dirname, '..', 'test', 'mocha-phantomjs.js'),
path.join(__dirname,
'../node_modules/mocha-phantomjs/lib/mocha-phantomjs.coffee'),
url + '/test/index.html'
];