From 863477173efa82a4412d2e522aa46462249f9199 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 17 Aug 2022 15:44:32 +0200 Subject: Cleanup tests imports --- server/tests/cli/print-transcode-command.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'server/tests/cli/print-transcode-command.ts') diff --git a/server/tests/cli/print-transcode-command.ts b/server/tests/cli/print-transcode-command.ts index ab4df46fc..33b6cd27c 100644 --- a/server/tests/cli/print-transcode-command.ts +++ b/server/tests/cli/print-transcode-command.ts @@ -1,12 +1,10 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -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 () { -- cgit v1.2.3