]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/helpers/comment-model.ts
Handle rejected follows in client
[github/Chocobozzz/PeerTube.git] / server / tests / helpers / comment-model.ts
index 4c51b70003aa2f3805132ced1a769c0f7b9837ad..31dc6ec72f91ef41cef16aeff3ae1e5a289fd7fc 100644 (file)
@@ -1,7 +1,7 @@
 /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
 
-import * as chai from 'chai'
 import 'mocha'
+import * as chai from 'chai'
 import { VideoCommentModel } from '../../models/video/video-comment'
 
 const expect = chai.expect