Move plugin blocklist mock
This commit is contained in:
parent
0c1a77e9cc
commit
480d6ea679
3 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,6 @@ export * from './miscs'
|
|||
export * from './mock-servers'
|
||||
export * from './moderation'
|
||||
|
||||
export * from './plugins/mock-blocklist'
|
||||
|
||||
export * from './requests/check-api-params'
|
||||
export * from './requests/requests'
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
export * from './mock-email'
|
||||
export * from './mock-instances-index'
|
||||
export * from './mock-joinpeertube-versions'
|
||||
export * from './mock-plugin-blocklist'
|
||||
|
|
Loading…
Reference in a new issue