X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fcli%2Fplugins.ts;h=c646e20d97aacbaf19927b5070f2e5ac65368848;hb=8bd6aa0424a034166a6b1a63fe4660140246bbb2;hp=42651d79c748ee4d21e52e24b9aad93be9a722c2;hpb=254d3579f5338f5fd775c17d15cdfc37078bcfb4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/cli/plugins.ts b/server/tests/cli/plugins.ts index 42651d79c..c646e20d9 100644 --- a/server/tests/cli/plugins.ts +++ b/server/tests/cli/plugins.ts @@ -1,15 +1,14 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -import 'mocha' import { expect } from 'chai' import { cleanupTests, createSingleServer, killallServers, - PluginsCommand, PeerTubeServer, + PluginsCommand, setAccessTokensToServers -} from '../../../shared/extra-utils' +} from '@shared/server-commands' describe('Test plugin scripts', function () { let server: PeerTubeServer