diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-07 16:32:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-07 16:34:09 +0200 |
commit | 8bff1fe009b555434c41bde361fddbb484329bae (patch) | |
tree | 7cde77c0e8481f8d382b4bf43dc6bd676cf10228 /server/tests/external-plugins/index.ts | |
parent | faf174d043ccd9d67b0ac98d011cabdbb7b21e76 (diff) | |
download | PeerTube-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.ts | 1 |
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 @@ | |||
1 | export * from './auth-ldap' | 1 | export * from './auth-ldap' |
2 | export * from './auto-mute' | ||