Changed test running instructions

This commit is contained in:
Dennis Schwerdel 2017-06-01 10:43:49 +02:00
parent 83ee152f4f
commit a8dc7cb6bf
1 changed files with 1 additions and 2 deletions

View File

@ -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
```