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

// Order of the tests we want to execute
require('./checkParams')
require('./friendsBasic')
require('./users')
require('./singlePod')
require('./multiplePods')
require('./friendsAdvanced')