From e4e84d7a268c12791e816a628afea968170af66a Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Wed, 14 Jun 2017 22:45:46 +0200 Subject: [PATCH] Updated tests --- README.md | 3 +-- test/test.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0f8f4a..c5f6936 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/test/test.js b/test/test.js index 0c43992..33b0931 100644 --- a/test/test.js +++ b/test/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;