1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add authentications for routes that need it and adapts the tests

This commit is contained in:
Chocobozzz 2016-04-14 22:06:11 +02:00
parent c9bf7d30bd
commit 0c1cbbfe29
15 changed files with 416 additions and 144 deletions

View file

@ -3,6 +3,7 @@
// Order of the tests we want to execute
require('./checkParams')
require('./friendsBasic')
require('./users')
require('./singlePod')
require('./multiplePods')
require('./friendsAdvanced')