X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fvideos%2Fvideo-comments.ts;h=2ae52397023d2606a37fd4887f0e6999c44c2006;hb=419b520ca4434d17f3505013174e195c3a316716;hp=61ee54540963426fd27c92d3ec5298fe9caa9b57;hpb=a24bd1ed41b43790bab6ba789580bb4e85f07d85;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/videos/video-comments.ts b/server/tests/api/videos/video-comments.ts index 61ee54540..2ae523970 100644 --- a/server/tests/api/videos/video-comments.ts +++ b/server/tests/api/videos/video-comments.ts @@ -2,15 +2,8 @@ import 'mocha' import * as chai from 'chai' -import { - cleanupTests, - CommentsCommand, - createSingleServer, - dateIsValid, - PeerTubeServer, - setAccessTokensToServers, - testImage -} from '@shared/extra-utils' +import { dateIsValid, testImage } from '@server/tests/shared' +import { cleanupTests, CommentsCommand, createSingleServer, PeerTubeServer, setAccessTokensToServers } from '@shared/server-commands' const expect = chai.expect