Add tests regarding video import

This commit is contained in:
Chocobozzz
2018-08-03 16:23:45 +02:00
parent 5d08a6a74e
commit 590fb50690
12 changed files with 322 additions and 78 deletions

View File

@@ -16,7 +16,6 @@ export * from './video.model'
export * from './video-state.enum'
export * from './video-caption-update.model'
export * from './video-import-create.model'
export * from './video-import-update.model'
export * from './video-import-state.enum'
export * from './video-import.model'
export { VideoConstant } from './video-constant.model'