aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/index.js
blob: 3d6f0926794084aaa8cf9c9558cef9bdd066bc46 (plain) (blame)
1
2
3
4
5
6
7
8
'use strict'

// Order of the tests we want to execute
require('./pods')
require('./remotes')
require('./users')
require('./requests')
require('./videos')