]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/cli/print-transcode-command.ts
Relax bitrate/fps test
[github/Chocobozzz/PeerTube.git] / server / tests / cli / print-transcode-command.ts
index d5b5845770bb0afbd7fd1e5e774b1097e4844eee..33b6cd27c6740dbde1e430c95abf80307da0c6e3 100644 (file)
@@ -1,13 +1,10 @@
 /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
 
-import 'mocha'
-import * as chai from 'chai'
+import { expect } from 'chai'
 import { buildAbsoluteFixturePath } from '@shared/core-utils'
 import { CLICommand } from '@shared/server-commands'
 import { VideoResolution } from '../../../shared/models/videos'
 
-const expect = chai.expect
-
 describe('Test print transcode jobs', function () {
 
   it('Should print the correct command for each resolution', async function () {