mirror of https://github.com/Chocobozzz/PeerTube
Fix dependency issues
parent
bc22d60899
commit
35adc403b7
|
@ -2,11 +2,21 @@
|
||||||
|
|
||||||
import * as chai from 'chai'
|
import * as chai from 'chai'
|
||||||
import 'mocha'
|
import 'mocha'
|
||||||
import { doubleFollow, getAccountVideos, getVideo, getVideoChannelVideos, getVideoWithToken } from '../../utils'
|
import {
|
||||||
import { flushAndRunMultipleServers, killallServers, ServerInfo, setAccessTokensToServers, uploadVideo } from '../../utils/index'
|
doubleFollow,
|
||||||
import { unfollow } from '../../utils/server/follows'
|
getAccountVideos,
|
||||||
import { userLogin } from '../../utils/users/login'
|
getVideo,
|
||||||
import { createUser } from '../../utils/users/users'
|
getVideoChannelVideos,
|
||||||
|
getVideoWithToken,
|
||||||
|
flushAndRunMultipleServers,
|
||||||
|
killallServers,
|
||||||
|
ServerInfo,
|
||||||
|
setAccessTokensToServers,
|
||||||
|
uploadVideo
|
||||||
|
} from '../../../../shared/utils'
|
||||||
|
import { unfollow } from '../../../../shared/utils/server/follows'
|
||||||
|
import { userLogin } from '../../../../shared/utils/users/login'
|
||||||
|
import { createUser } from '../../../../shared/utils/users/users'
|
||||||
|
|
||||||
const expect = chai.expect
|
const expect = chai.expect
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue