1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00
Peertube/server/tests/api/index.js
2017-03-10 11:32:39 +01:00

10 lines
228 B
JavaScript

'use strict'
// Order of the tests we want to execute
require('./config')
require('./check-params')
require('./friends-basic')
require('./users')
require('./single-pod')
require('./multiple-pods')
require('./friends-advanced')