1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-10-05 18:37:03 +00:00

Added tests

This commit is contained in:
Dennis Schwerdel
2017-05-08 11:47:39 +02:00
parent b700f42b17
commit f51c71c9ef
4 changed files with 57 additions and 72 deletions

View File

@@ -32,6 +32,6 @@ cd syncthing-app/test
npm install
export PATH=$PATH:node_modules/.bin
mocha --bail test.js
USERNAME=user PASSWORD=password mocha --bail test.js
```