PeerTube/server/tests/api/check-params/index.js

10 lines
181 B
JavaScript

'use strict'
// Order of the tests we want to execute
require('./pods')
require('./remotes')
require('./users')
require('./requests')
require('./videos')
require('./video-abuses')