X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fhelpers%2Fcomment-model.ts;h=e39cae442ec8569346e38038c4a61360cdf5fe74;hb=ff91b644fb1b063d0a8eff7492beb1a9bf7e4ce1;hp=31dc6ec72f91ef41cef16aeff3ae1e5a289fd7fc;hpb=ac27887774e63d99f4e227fbe18846f143cc4b3c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/helpers/comment-model.ts b/server/tests/helpers/comment-model.ts index 31dc6ec72..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 'mocha' -import * as chai from 'chai' +import { expect } from 'chai' import { VideoCommentModel } from '../../models/video/video-comment' -const expect = chai.expect - class CommentMock { text: string