aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/activitypub/cleaner.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/activitypub/cleaner.ts')
-rw-r--r--server/tests/api/activitypub/cleaner.ts5
1 files changed, 1 insertions, 4 deletions
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 @@
1/* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ 1/* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
2 2
3import 'mocha' 3import { expect } from 'chai'
4import * as chai from 'chai'
5import { wait } from '@shared/core-utils' 4import { wait } from '@shared/core-utils'
6import { 5import {
7 cleanupTests, 6 cleanupTests,
@@ -12,8 +11,6 @@ import {
12 waitJobs 11 waitJobs
13} from '@shared/server-commands' 12} from '@shared/server-commands'
14 13
15const expect = chai.expect
16
17describe('Test AP cleaner', function () { 14describe('Test AP cleaner', function () {
18 let servers: PeerTubeServer[] = [] 15 let servers: PeerTubeServer[] = []
19 let videoUUID1: string 16 let videoUUID1: string