X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftests%2Fplugins%2Fplugin-transcoding.ts;h=ce1047388383176290e3133bfeaee3ebb898f418;hb=b1dbb9fefc870a90b25f5c0153589f45c9e75e3e;hp=49569f1fa412eb08b1e90f899df4cd002a1463b1;hpb=ab4b8974997777373a6032073f9c1aaf33ba9931;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/plugin-transcoding.ts b/server/tests/plugins/plugin-transcoding.ts index 49569f1fa..ce1047388 100644 --- a/server/tests/plugins/plugin-transcoding.ts +++ b/server/tests/plugins/plugin-transcoding.ts @@ -1,6 +1,5 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -import 'mocha' import { expect } from 'chai' import { getAudioStream, getVideoStreamFPS, getVideoStream } from '@server/helpers/ffmpeg' import { VideoPrivacy } from '@shared/models'