1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2026-05-02 14:55:49 +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
+1 -1
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
```