1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Add unit tests for captions via URL import

This commit is contained in:
kimsible 2020-04-14 17:23:01 +02:00
parent 50ad0a1c16
commit ba6e9e8f1d
2 changed files with 44 additions and 1 deletions

View file

@ -18,6 +18,7 @@ export * from './users/users'
export * from './users/accounts'
export * from './videos/video-abuses'
export * from './videos/video-blacklist'
export * from './videos/video-captions'
export * from './videos/video-channels'
export * from './videos/video-comments'
export * from './videos/video-streaming-playlists'