X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Ftranslations.ts;h=67e4683f8f1c44bd88e7b0420c52a3afb5b7ba20;hb=b1dbb9fefc870a90b25f5c0153589f45c9e75e3e;hp=0b6e5793dda94480c5659d06dd6206d4070d2e87;hpb=3318147300b4f998adf728eb0a5a14a4c1829c51;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/translations.ts b/server/tests/plugins/translations.ts index 0b6e5793d..67e4683f8 100644 --- a/server/tests/plugins/translations.ts +++ b/server/tests/plugins/translations.ts @@ -1,11 +1,8 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -import 'mocha' -import * as chai from 'chai' +import { expect } from 'chai' import { cleanupTests, createSingleServer, PeerTubeServer, PluginsCommand, setAccessTokensToServers } from '@shared/server-commands' -const expect = chai.expect - describe('Test plugin translations', function () { let server: PeerTubeServer let command: PluginsCommand