]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tests/api/check-params/index.js
Server: move remote routes in their own directory
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / index.js
1 'use strict'
2
3 // Order of the tests we want to execute
4 require('./pods')
5 require('./remotes')
6 require('./users')
7 require('./requests')
8 require('./videos')