X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fslow-follows.ts;h=a967fa724e895a0e8ed0689abaa41bb331fbf1f8;hb=8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9;hp=73ac26bf8e4d37d4128bac67c768c5427d1b8bfc;hpb=e0faa8ad6e18ce6248ef1ec93a59dab5b05be468;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/slow-follows.ts b/server/tests/api/server/slow-follows.ts index 73ac26bf8..a967fa724 100644 --- a/server/tests/api/server/slow-follows.ts +++ b/server/tests/api/server/slow-follows.ts @@ -1,6 +1,6 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -import * as chai from 'chai' +import { expect } from 'chai' import { Job } from '@shared/models' import { cleanupTests, @@ -11,8 +11,6 @@ import { waitJobs } from '@shared/server-commands' -const expect = chai.expect - describe('Test slow follows', function () { let servers: PeerTubeServer[] = []