]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/tests/api/index.ts
Fix live quota tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / index.ts
CommitLineData
0e1dc3e7 1// Order of the tests we want to execute
48f07b4a
C
2import './activitypub'
3import './check-params'
4f32032f 4import './moderation'
0305db28 5import './object-storage'
48f07b4a
C
6import './notifications'
7import './redundancy'
d102de1b 8import './runners'
48f07b4a
C
9import './search'
10import './server'
95faf1ea 11import './transcoding'
48f07b4a
C
12import './users'
13import './videos'