1
0
Fork 0
peertube/server/tests/api/check-params/index.js

9 lines
155 B
JavaScript
Raw Normal View History

2016-12-30 06:23:53 -05:00
'use strict'
// Order of the tests we want to execute
require('./pods')
require('./remotes')
require('./users')
require('./requests')
require('./videos')