Changed test running instructions
This commit is contained in:
parent
83ee152f4f
commit
a8dc7cb6bf
|
@ -31,7 +31,6 @@ The e2e tests are located in the `test/` folder and require [nodejs](http://node
|
||||||
cd freshrss-app/test
|
cd freshrss-app/test
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
export PATH=$PATH:node_modules/.bin
|
PATH=$PATH:node_modules/.bin mocha --bail test.js
|
||||||
mocha --bail test.js
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue