1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-25 22:37:25 +00:00

Changed test running instructions

This commit is contained in:
Dennis Schwerdel
2017-06-01 10:43:49 +02:00
parent 83ee152f4f
commit a8dc7cb6bf

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