diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-25 10:32:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-25 16:28:07 +0200 |
commit | d4bf24df8ed7032d6db1b04a716e3881679bbf46 (patch) | |
tree | 20d99c82c438e57e69e93c96cd3c4f10e6ba15b8 /server/tests/external-plugins/index.ts | |
parent | 7461d440c284459525c03accbde4d5cd18a59725 (diff) | |
download | PeerTube-d4bf24df8ed7032d6db1b04a716e3881679bbf46.tar.gz PeerTube-d4bf24df8ed7032d6db1b04a716e3881679bbf46.tar.zst PeerTube-d4bf24df8ed7032d6db1b04a716e3881679bbf46.zip |
Add auto block videos 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 d17894c15..31d818b51 100644 --- a/server/tests/external-plugins/index.ts +++ b/server/tests/external-plugins/index.ts | |||
@@ -1,2 +1,3 @@ | |||
1 | import './auth-ldap' | 1 | import './auth-ldap' |
2 | import './auto-block-videos' | ||
2 | import './auto-mute' | 3 | import './auto-mute' |