aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/external-plugins/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 /server/tests/external-plugins/index.ts
parentfaf174d043ccd9d67b0ac98d011cabdbb7b21e76 (diff)
downloadPeerTube-8bff1fe009b555434c41bde361fddbb484329bae.tar.gz
PeerTube-8bff1fe009b555434c41bde361fddbb484329bae.tar.zst
PeerTube-8bff1fe009b555434c41bde361fddbb484329bae.zip
Add auto mute plugin tests
Diffstat (limited to 'server/tests/external-plugins/index.ts')
-rw-r--r--server/tests/external-plugins/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/external-plugins/index.ts b/server/tests/external-plugins/index.ts
index 1f1236c69..352d38de9 100644
--- a/server/tests/external-plugins/index.ts
+++ b/server/tests/external-plugins/index.ts
@@ -1 +1,2 @@
1export * from './auth-ldap' 1export * from './auth-ldap'
2export * from './auto-mute'