diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-06 14:07:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:17 +0200 |
commit | 480d6ea6791fe4100f1905af1e1e3a08173594ea (patch) | |
tree | e0752890d611decc3db5d54dc3203860d8140e24 /shared | |
parent | 0c1a77e9ccf915184c431145a8b326d4ce271b46 (diff) | |
download | PeerTube-480d6ea6791fe4100f1905af1e1e3a08173594ea.tar.gz PeerTube-480d6ea6791fe4100f1905af1e1e3a08173594ea.tar.zst PeerTube-480d6ea6791fe4100f1905af1e1e3a08173594ea.zip |
Move plugin blocklist mock
Diffstat (limited to 'shared')
-rw-r--r-- | shared/extra-utils/index.ts | 2 | ||||
-rw-r--r-- | shared/extra-utils/mock-servers/index.ts | 1 | ||||
-rw-r--r-- | shared/extra-utils/mock-servers/mock-plugin-blocklist.ts (renamed from shared/extra-utils/plugins/mock-blocklist.ts) | 0 |
3 files changed, 1 insertions, 2 deletions
diff --git a/shared/extra-utils/index.ts b/shared/extra-utils/index.ts index bde269052..7ca079c78 100644 --- a/shared/extra-utils/index.ts +++ b/shared/extra-utils/index.ts | |||
@@ -7,8 +7,6 @@ export * from './miscs' | |||
7 | export * from './mock-servers' | 7 | export * from './mock-servers' |
8 | export * from './moderation' | 8 | export * from './moderation' |
9 | 9 | ||
10 | export * from './plugins/mock-blocklist' | ||
11 | |||
12 | export * from './requests/check-api-params' | 10 | export * from './requests/check-api-params' |
13 | export * from './requests/requests' | 11 | export * from './requests/requests' |
14 | 12 | ||
diff --git a/shared/extra-utils/mock-servers/index.ts b/shared/extra-utils/mock-servers/index.ts index 485757843..0ec07f685 100644 --- a/shared/extra-utils/mock-servers/index.ts +++ b/shared/extra-utils/mock-servers/index.ts | |||
@@ -1,3 +1,4 @@ | |||
1 | export * from './mock-email' | 1 | export * from './mock-email' |
2 | export * from './mock-instances-index' | 2 | export * from './mock-instances-index' |
3 | export * from './mock-joinpeertube-versions' | 3 | export * from './mock-joinpeertube-versions' |
4 | export * from './mock-plugin-blocklist' | ||
diff --git a/shared/extra-utils/plugins/mock-blocklist.ts b/shared/extra-utils/mock-servers/mock-plugin-blocklist.ts index d18f8224f..d18f8224f 100644 --- a/shared/extra-utils/plugins/mock-blocklist.ts +++ b/shared/extra-utils/mock-servers/mock-plugin-blocklist.ts | |||