]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - tests/api/index.js
Remove useless anonymous functions of files
[github/Chocobozzz/PeerTube.git] / tests / api / index.js
CommitLineData
9f10b292 1'use strict'
2dd5b570 2
9f10b292
C
3// Order of the tests we want to execute
4require('./checkParams')
5require('./friendsBasic')
6require('./singlePod')
7require('./multiplePods')
8require('./friendsAdvanced')