unit test modified

This commit is contained in:
Giuseppe Digilio
2016-12-22 17:55:48 +01:00
parent 1404e25731
commit a58daf037d
6 changed files with 33 additions and 315 deletions

View File

@@ -4,7 +4,7 @@
var path = require('path');
// Helper functions
var ROOT = path.resolve(__dirname, '..');
var ROOT = path.resolve(__dirname, '.');
function hasProcessFlag(flag) {
return process.argv.join('').indexOf(flag) > -1;