X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fvideos%2Fvideo-channels.ts;h=d435f36820a5b771149abec7bd92ec7a82731388;hb=d511df28906f84c7d25ecb24e41515ed549ff276;hp=2ac577a59914a0a6f3654c9ae46ade06c9765e45;hpb=bf54587a3e2ad9c2c186828f2a5682b91ee2cc00;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/videos/video-channels.ts b/server/tests/api/videos/video-channels.ts index 2ac577a59..d435f3682 100644 --- a/server/tests/api/videos/video-channels.ts +++ b/server/tests/api/videos/video-channels.ts @@ -4,6 +4,9 @@ import 'mocha' import * as chai from 'chai' import { basename } from 'path' import { ACTOR_IMAGES_SIZE } from '@server/initializers/constants' +import { testFileExistsOrNot, testImage } from '@server/tests/shared' +import { wait } from '@shared/core-utils' +import { User, VideoChannel } from '@shared/models' import { cleanupTests, createMultipleServers, @@ -11,12 +14,8 @@ import { PeerTubeServer, setAccessTokensToServers, setDefaultVideoChannel, - testFileExistsOrNot, - testImage, - wait, waitJobs } from '@shared/server-commands' -import { User, VideoChannel } from '@shared/models' const expect = chai.expect