diff options
Diffstat (limited to 'server/tests/helpers/comment-model.ts')
-rw-r--r-- | server/tests/helpers/comment-model.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/tests/helpers/comment-model.ts b/server/tests/helpers/comment-model.ts index e1c563dee..e39cae442 100644 --- a/server/tests/helpers/comment-model.ts +++ b/server/tests/helpers/comment-model.ts | |||
@@ -1,10 +1,8 @@ | |||
1 | /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ | 1 | /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ |
2 | 2 | ||
3 | import * as chai from 'chai' | 3 | import { expect } from 'chai' |
4 | import { VideoCommentModel } from '../../models/video/video-comment' | 4 | import { VideoCommentModel } from '../../models/video/video-comment' |
5 | 5 | ||
6 | const expect = chai.expect | ||
7 | |||
8 | class CommentMock { | 6 | class CommentMock { |
9 | text: string | 7 | text: string |
10 | 8 | ||