1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00
Peertube/server/tests/api/index.js

9 lines
203 B
JavaScript

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