Updated tests
This commit is contained in:
parent
3aa0241db8
commit
e4e84d7a26
|
@ -31,7 +31,6 @@ The e2e tests are located in the `test/` folder and require [nodejs](http://node
|
|||
cd minio-app/test
|
||||
|
||||
npm install
|
||||
export PATH=$PATH:node_modules/.bin
|
||||
mocha --bail test.js
|
||||
PATH=$PATH:node_modules/.bin mocha --bail test.js
|
||||
```
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ describe('Application life cycle test', function () {
|
|||
done();
|
||||
});
|
||||
|
||||
var LOCATION = 'minio-test';
|
||||
var LOCATION = 'test';
|
||||
var TEST_TIMEOUT = 10000;
|
||||
var app;
|
||||
|
||||
|
|
Loading…
Reference in New Issue