X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fcontact-form.ts;h=3eb6c85485f888819232d51f038f69a7f865b27b;hb=e0faa8ad6e18ce6248ef1ec93a59dab5b05be468;hp=d6165b29308d9cbc11087daf7e0d75009bc679b1;hpb=4e56f0fff12ab9840574e7a27277fc78b195b3e2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/contact-form.ts b/server/tests/api/server/contact-form.ts index d6165b293..3eb6c8548 100644 --- a/server/tests/api/server/contact-form.ts +++ b/server/tests/api/server/contact-form.ts @@ -1,6 +1,5 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -import 'mocha' import * as chai from 'chai' import { MockSmtpServer } from '@server/tests/shared' import { wait } from '@shared/core-utils'