1
0
Fork 0

Rename mock server files

This commit is contained in:
Chocobozzz 2021-07-06 10:35:35 +02:00
parent a92ddacb38
commit c8fc9b4718
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import 'mocha'
import { expect } from 'chai'
import { MockJoinPeerTubeVersions } from '@shared/extra-utils/mock-servers/joinpeertube-versions'
import { MockJoinPeerTubeVersions } from '@shared/extra-utils'
import { PluginType } from '@shared/models'
import { cleanupTests, installPlugin, setPluginLatestVersion, setPluginVersion, wait } from '../../../../shared/extra-utils'
import { ServerInfo } from '../../../../shared/extra-utils/index'

View File

@ -8,7 +8,7 @@ export * from './feeds'
export * from './logs'
export * from './mock-servers/mock-instances-index'
export * from './mock-servers'
export * from './miscs/email'
export * from './miscs/sql'

View File

@ -0,0 +1,2 @@
export * from './mock-instances-index'
export * from './mock-joinpeertube-versions'