tests: second fix for mocha froth, remembered it's not available globally
parent
82b80236c7
commit
d60fce6af1
|
@ -7,7 +7,7 @@ const host = "http://" + settings.ip + ":" + settings.port;
|
|||
const path = require('path');
|
||||
const async = require(__dirname+'/../../../../src/node_modules/async');
|
||||
const request = require('request');
|
||||
const froth = require('mocha-froth');
|
||||
const froth = require(__dirname+'/../../../../src/node_modules/mocha-froth');
|
||||
|
||||
var filePath = path.join(__dirname, '../../../../APIKEY.txt');
|
||||
var apiKey = fs.readFileSync(filePath, {encoding: 'utf-8'});
|
||||
|
|
Loading…
Reference in New Issue