]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - tests/api/index.js
update modules AND REMOVE SUPPORT OF NODE 0.12 :'(
[github/Chocobozzz/PeerTube.git] / tests / api / index.js
1 ;(function () {
2 'use strict'
3
4 // Order of the tests we want to execute
5 require('./checkParams')
6 require('./friendsBasic')
7 require('./singlePod')
8 require('./multiplePods')
9 require('./friendsAdvanced')
10 })()