aboutsummaryrefslogblamecommitdiffhomepage
path: root/server/tests/api/index.js
blob: 9c4fdd48a5eef17e366c847a9c32e3bfd4dd2be5 (plain) (tree)
1
2
3
4
5
6
7
8
            
 





                                        
'use strict'

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