mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Server: split check params tests
This commit is contained in:
parent
818f7987eb
commit
efe923bcda
10 changed files with 1110 additions and 868 deletions
8
server/tests/api/check-params/index.js
Normal file
8
server/tests/api/check-params/index.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
'use strict'
|
||||
|
||||
// Order of the tests we want to execute
|
||||
require('./pods')
|
||||
require('./remotes')
|
||||
require('./users')
|
||||
require('./requests')
|
||||
require('./videos')
|
Loading…
Add table
Add a link
Reference in a new issue