]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tests/api/index.ts
Merge branch 'release/2.1.0' into develop
[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 './notifications'
5 import './redundancy'
6 import './search'
7 import './server'
8 import './users'
9 import './videos'