aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-04 09:44:00 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-05-04 16:21:39 +0200
commit97b65ce58aaacbbfec2291f18fb95a9da9eb5263 (patch)
tree98779224aabe3f5c5eefbcde46b0a50ae48e761c /server/tests/plugins/index.ts
parent15b4bcdf04db86c655ae16d4832ae2a8f0e55829 (diff)
downloadPeerTube-97b65ce58aaacbbfec2291f18fb95a9da9eb5263.tar.gz
PeerTube-97b65ce58aaacbbfec2291f18fb95a9da9eb5263.tar.zst
PeerTube-97b65ce58aaacbbfec2291f18fb95a9da9eb5263.zip
Fix plugin storeData
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 d2bd69131..39c4c958a 100644
--- a/server/tests/plugins/index.ts
+++ b/server/tests/plugins/index.ts
@@ -6,3 +6,4 @@ import './translations'
6import './video-constants' 6import './video-constants'
7import './plugin-helpers' 7import './plugin-helpers'
8import './plugin-router' 8import './plugin-router'
9import './plugin-storage'