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

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