From 95faf1eafffff4fe1f74025092c7c3eef2951697 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 28 Feb 2022 15:56:51 +0100 Subject: Create another test suite for transcoding jobs --- server/tests/api/transcoding/index.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 server/tests/api/transcoding/index.ts (limited to 'server/tests/api/transcoding/index.ts') diff --git a/server/tests/api/transcoding/index.ts b/server/tests/api/transcoding/index.ts new file mode 100644 index 000000000..8a0a1d787 --- /dev/null +++ b/server/tests/api/transcoding/index.ts @@ -0,0 +1,5 @@ +export * from './audio-only' +export * from './create-transcoding' +export * from './hls' +export * from './transcoder' +export * from './video-editor' -- cgit v1.2.3