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 /shared/extra-utils/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 'shared/extra-utils/index.ts')
-rw-r--r-- | shared/extra-utils/index.ts | 1 |
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' | |||
27 | export * from './feeds/feeds' | 27 | export * from './feeds/feeds' |
28 | export * from './instances-index/mock-instances-index' | 28 | export * from './instances-index/mock-instances-index' |
29 | export * from './search/videos' | 29 | export * from './search/videos' |
30 | export * from './plugins/mock-blocklist' | ||