aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-07 16:32:54 +0200
committerChocobozzz <me@florianbigard.com>2020-05-07 16:34:09 +0200
commit8bff1fe009b555434c41bde361fddbb484329bae (patch)
tree7cde77c0e8481f8d382b4bf43dc6bd676cf10228 /shared/extra-utils/index.ts
parentfaf174d043ccd9d67b0ac98d011cabdbb7b21e76 (diff)
downloadPeerTube-8bff1fe009b555434c41bde361fddbb484329bae.tar.gz
PeerTube-8bff1fe009b555434c41bde361fddbb484329bae.tar.zst
PeerTube-8bff1fe009b555434c41bde361fddbb484329bae.zip
Add auto mute plugin tests
Diffstat (limited to 'shared/extra-utils/index.ts')
-rw-r--r--shared/extra-utils/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/extra-utils/index.ts b/shared/extra-utils/index.ts
index fd8fef5dc..d3f010b20 100644
--- a/shared/extra-utils/index.ts
+++ b/shared/extra-utils/index.ts
@@ -27,3 +27,4 @@ export * from './videos/video-change-ownership'
27export * from './feeds/feeds' 27export * from './feeds/feeds'
28export * from './instances-index/mock-instances-index' 28export * from './instances-index/mock-instances-index'
29export * from './search/videos' 29export * from './search/videos'
30export * from './plugins/mock-blocklist'