diff options
author | John Livingston <git@john-livingston.fr> | 2021-04-08 17:19:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-09 09:32:16 +0200 |
commit | 41137192096590b171563bc3161ede6f5c1d15db (patch) | |
tree | ce1eec2f632ef1f8286b1b55e12d89154930ec84 /server/tests/plugins/index.ts | |
parent | dc48fdbe68e9dd3a3a6028181e61d8595d98e654 (diff) | |
download | PeerTube-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.ts | 1 |
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' | |||
7 | import './plugin-router' | 7 | import './plugin-router' |
8 | import './plugin-storage' | 8 | import './plugin-storage' |
9 | import './plugin-transcoding' | 9 | import './plugin-transcoding' |
10 | import './plugin-unloading' | ||
10 | import './translations' | 11 | import './translations' |
11 | import './video-constants' | 12 | import './video-constants' |