aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/index.js
blob: dc6ef92ab133027c7e07c9e0761076396c81daf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
'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('./friends-advanced')