From a8dc7cb6bf66de8f6f2ab73dbb726c0e47be8538 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Thu, 1 Jun 2017 10:43:49 +0200 Subject: [PATCH] Changed test running instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 911ee81..2b57c43 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 freshrss-app/test npm install -export PATH=$PATH:node_modules/.bin -mocha --bail test.js +PATH=$PATH:node_modules/.bin mocha --bail test.js ```