X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fplugins.ts;h=8ac7023ebc47f4fab5cbe7cab55d46384023ceb9;hb=cea2fd90ddb3bf57c2fed77128938d12d4c2be6b;hp=fbcf4651eefc2cf60fb9bae1f1d6662f67b453c6;hpb=e0faa8ad6e18ce6248ef1ec93a59dab5b05be468;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/plugins.ts b/server/tests/api/server/plugins.ts index fbcf4651e..8ac7023eb 100644 --- a/server/tests/api/server/plugins.ts +++ b/server/tests/api/server/plugins.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 { pathExists, remove } from 'fs-extra' import { join } from 'path' import { testHelloWorldRegisteredSettings } from '@server/tests/shared' @@ -16,8 +16,6 @@ import { setAccessTokensToServers } from '@shared/server-commands' -const expect = chai.expect - describe('Test plugins', function () { let server: PeerTubeServer = null let command: PluginsCommand