;(function () { 'use strict' // Order of the tests we want to execute require('./checkParams') require('./friendsBasic') require('./singlePod') require('./multiplePods') require('./friendsAdvanced') })()