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