mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
tests: second fix for mocha froth, remembered it's not available globally
This commit is contained in:
parent
82b80236c7
commit
d60fce6af1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue