mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
path issues for supertitties
This commit is contained in:
parent
cff8f4a61e
commit
fa5130978c
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
var assert = require('assert')
|
||||
supertest = require('supertest'),
|
||||
supertest = require(__dirname+'/../../../../src/node_modules/supertest'),
|
||||
fs = require('fs'),
|
||||
api = supertest('http://localhost:9001');
|
||||
path = require('path');
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
var assert = require('assert')
|
||||
supertest = require('supertest'),
|
||||
supertest = require(__dirname+'/../../../../src/node_modules/supertest'),
|
||||
fs = require('fs'),
|
||||
api = supertest('http://localhost:9001');
|
||||
path = require('path');
|
||||
|
|
Loading…
Reference in a new issue