]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tests/api/index.ts
Increase test timeout
[github/Chocobozzz/PeerTube.git] / server / tests / api / index.ts
1 // Order of the tests we want to execute
2 import './activitypub'
3 import './check-params'
4 import './moderation'
5 import './object-storage'
6 import './notifications'
7 import './redundancy'
8 import './search'
9 import './server'
10 import './transcoding'
11 import './users'
12 import './videos'