1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00
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')