Rename mock server files
This commit is contained in:
parent
a92ddacb38
commit
c8fc9b4718
4 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import 'mocha'
|
import 'mocha'
|
||||||
import { expect } from 'chai'
|
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 { PluginType } from '@shared/models'
|
||||||
import { cleanupTests, installPlugin, setPluginLatestVersion, setPluginVersion, wait } from '../../../../shared/extra-utils'
|
import { cleanupTests, installPlugin, setPluginLatestVersion, setPluginVersion, wait } from '../../../../shared/extra-utils'
|
||||||
import { ServerInfo } from '../../../../shared/extra-utils/index'
|
import { ServerInfo } from '../../../../shared/extra-utils/index'
|
||||||
|
|
|
@ -8,7 +8,7 @@ export * from './feeds'
|
||||||
|
|
||||||
export * from './logs'
|
export * from './logs'
|
||||||
|
|
||||||
export * from './mock-servers/mock-instances-index'
|
export * from './mock-servers'
|
||||||
|
|
||||||
export * from './miscs/email'
|
export * from './miscs/email'
|
||||||
export * from './miscs/sql'
|
export * from './miscs/sql'
|
||||||
|
|
2
shared/extra-utils/mock-servers/index.ts
Normal file
2
shared/extra-utils/mock-servers/index.ts
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
export * from './mock-instances-index'
|
||||||
|
export * from './mock-joinpeertube-versions'
|
Loading…
Add table
Reference in a new issue