path issues for supertitties
This commit is contained in:
parent
cff8f4a61e
commit
fa5130978c
|
@ -1,5 +1,5 @@
|
||||||
var assert = require('assert')
|
var assert = require('assert')
|
||||||
supertest = require('supertest'),
|
supertest = require(__dirname+'/../../../../src/node_modules/supertest'),
|
||||||
fs = require('fs'),
|
fs = require('fs'),
|
||||||
api = supertest('http://localhost:9001');
|
api = supertest('http://localhost:9001');
|
||||||
path = require('path');
|
path = require('path');
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
var assert = require('assert')
|
var assert = require('assert')
|
||||||
supertest = require('supertest'),
|
supertest = require(__dirname+'/../../../../src/node_modules/supertest'),
|
||||||
fs = require('fs'),
|
fs = require('fs'),
|
||||||
api = supertest('http://localhost:9001');
|
api = supertest('http://localhost:9001');
|
||||||
path = require('path');
|
path = require('path');
|
||||||
|
|
Loading…
Reference in New Issue