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/api/activitypub/cleaner.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'server/tests/api/activitypub/cleaner.ts') diff --git a/server/tests/api/activitypub/cleaner.ts b/server/tests/api/activitypub/cleaner.ts index d0a151f5c..eb6779123 100644 --- a/server/tests/api/activitypub/cleaner.ts +++ b/server/tests/api/activitypub/cleaner.ts @@ -1,7 +1,6 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -import 'mocha' -import * as chai from 'chai' +import { expect } from 'chai' import { wait } from '@shared/core-utils' import { cleanupTests, @@ -12,8 +11,6 @@ import { waitJobs } from '@shared/server-commands' -const expect = chai.expect - describe('Test AP cleaner', function () { let servers: PeerTubeServer[] = [] let videoUUID1: string -- cgit v1.2.3