aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/index.ts
diff options
context:
space:
mode:
authorJohn Livingston <git@john-livingston.fr>2021-04-08 17:19:12 +0200
committerChocobozzz <me@florianbigard.com>2021-04-09 09:32:16 +0200
commit41137192096590b171563bc3161ede6f5c1d15db (patch)
treece1eec2f632ef1f8286b1b55e12d89154930ec84 /server/tests/plugins/index.ts
parentdc48fdbe68e9dd3a3a6028181e61d8595d98e654 (diff)
downloadPeerTube-41137192096590b171563bc3161ede6f5c1d15db.tar.gz
PeerTube-41137192096590b171563bc3161ede6f5c1d15db.tar.zst
PeerTube-41137192096590b171563bc3161ede6f5c1d15db.zip
Tests that show the bug.
Diffstat (limited to 'server/tests/plugins/index.ts')
-rw-r--r--server/tests/plugins/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/plugins/index.ts b/server/tests/plugins/index.ts
index fd7116efd..4534120fd 100644
--- a/server/tests/plugins/index.ts
+++ b/server/tests/plugins/index.ts
@@ -7,5 +7,6 @@ import './plugin-helpers'
7import './plugin-router' 7import './plugin-router'
8import './plugin-storage' 8import './plugin-storage'
9import './plugin-transcoding' 9import './plugin-transcoding'
10import './plugin-unloading'
10import './translations' 11import './translations'
11import './video-constants' 12import './video-constants'