X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fhelpers%2Fcomment-model.ts;h=e39cae442ec8569346e38038c4a61360cdf5fe74;hb=3229664051dc974383fdf8b84cbf0c3796fc6c24;hp=4c51b70003aa2f3805132ced1a769c0f7b9837ad;hpb=a30a136c9896c656cab98d2c92cde32c534dc098;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/helpers/comment-model.ts b/server/tests/helpers/comment-model.ts index 4c51b7000..e39cae442 100644 --- a/server/tests/helpers/comment-model.ts +++ b/server/tests/helpers/comment-model.ts @@ -1,11 +1,8 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -import * as chai from 'chai' -import 'mocha' +import { expect } from 'chai' import { VideoCommentModel } from '../../models/video/video-comment' -const expect = chai.expect - class CommentMock { text: string