aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/index.js
blob: fcd12617ef55f46e4a5cd44f3794520fcec2313e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
'use strict'

// Order of the tests we want to execute
require('./config')
require('./check-params')
require('./friends-basic')
require('./users')
require('./single-pod')
require('./multiple-pods')
require('./requests')
require('./friends-advanced')