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

9 lines
155 B
JavaScript
Raw Normal View History

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