]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/tests/api/check-params/index.js
Server: split check params tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / index.js
CommitLineData
efe923bc
C
1'use strict'
2
3// Order of the tests we want to execute
4require('./pods')
5require('./remotes')
6require('./users')
7require('./requests')
8require('./videos')