]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Fix tests
[github/Chocobozzz/PeerTube.git] / package.json
index d7e29e0c171b8c95cb894e9e65fbf50a114f65af..cebd5b506f1359ef4f8318b122b63fc10e50dcb3 100644 (file)
@@ -34,7 +34,7 @@
     "dev": "concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"",
     "livereload": "livereload ./client",
     "start": "node server",
-    "test": "standard && mocha tests"
+    "test": "standard && mocha server/tests"
   },
   "dependencies": {
     "async": "^1.2.1",
@@ -73,6 +73,9 @@
     "supertest": "^1.1.0"
   },
   "standard": {
+    "ignore": [
+      "client/"
+    ],
     "globals": [
       "alert",
       "confirm",