]> 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 954b206e916a4d0b8ed6bb5fd852ad15171d911e..4c3b372f563a37f664bf8544064f99f899747014 100644 (file)
@@ -1,9 +1,11 @@
 // Order of the tests we want to execute
-import './pods'
-import './remotes'
-import './users'
-import './request-schedulers'
+import './accounts'
+import './follows'
+import './jobs'
 import './services'
-import './videos'
+import './users'
 import './video-abuses'
 import './video-blacklist'
+import './video-channels'
+import './video-comments'
+import './videos'