]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/helpers/comment-model.ts
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / server / tests / helpers / comment-model.ts
index e1c563dee71d4c965068c1e5f72c356b43e2207b..e39cae442ec8569346e38038c4a61360cdf5fe74 100644 (file)
@@ -1,10 +1,8 @@
 /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
 
-import * as chai from 'chai'
+import { expect } from 'chai'
 import { VideoCommentModel } from '../../models/video/video-comment'
 
-const expect = chai.expect
-
 class CommentMock {
   text: string