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

9 lines
155 B
JavaScript
Raw Normal View History

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