blob: 3bdcdae2df56ea6d7f63104850e55b4070e7b686 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
;(function () {
'use strict'
// Order of the tests we want to execute
require('./checkParams')
require('./friendsBasic')
require('./singlePod')
require('./multiplePods')
require('./friendsAdvanced')
})()
|