1
0
Fork 0
peertube/server/tests/api/check-params/index.js
2017-01-04 21:05:13 +01:00

9 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')