]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/index.ts
Update video channel routes
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / index.ts
index b22bf054abc380b6746c91efc13ad9a94af8cdf7..4c3b372f563a37f664bf8544064f99f899747014 100644 (file)
@@ -1,8 +1,11 @@
 // Order of the tests we want to execute
+import './accounts'
 import './follows'
 import './jobs'
-import './users'
 import './services'
-import './videos'
+import './users'
 import './video-abuses'
 import './video-blacklist'
+import './video-channels'
+import './video-comments'
+import './videos'