X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fvideos%2Fvideo-comments.ts;h=afb58e95a3db93d71895ce1f82f1001de01bd3e4;hb=35b30b643cf9870b0934f34253ffb23cf6a264b0;hp=06e4ff9c822b3dab4244219c2aa2dc334e60b750;hpb=32c68d67d9125df62ead71668efca4da30132786;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/videos/video-comments.ts b/server/tests/api/videos/video-comments.ts index 06e4ff9c8..afb58e95a 100644 --- a/server/tests/api/videos/video-comments.ts +++ b/server/tests/api/videos/video-comments.ts @@ -1,17 +1,17 @@ -/* tslint:disable:no-unused-expression */ +/* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ import * as chai from 'chai' import 'mocha' import { VideoComment, VideoCommentThreadTree } from '../../../../shared/models/videos/video-comment.model' import { cleanupTests, testImage } from '../../../../shared/extra-utils' import { + createUser, dateIsValid, flushAndRunServer, + getAccessToken, ServerInfo, setAccessTokensToServers, updateMyAvatar, - getAccessToken, - createUser, uploadVideo } from '../../../../shared/extra-utils/index' import {