Correctly export misc files

This commit is contained in:
Chocobozzz
2021-07-06 10:36:54 +02:00
parent c8fc9b4718
commit 8ef9457fde
14 changed files with 25 additions and 31 deletions

View File

@@ -1,11 +1,10 @@
/* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
import 'mocha'
import { cleanupTests, flushAndRunServer, immutableAssign, killallServers, reRunServer, ServerInfo } from '../../../../shared/extra-utils'
import { sendContactForm } from '../../../../shared/extra-utils/server/contact-form'
import { MockSmtpServer } from '../../../../shared/extra-utils/miscs/email'
import { HttpStatusCode } from '../../../../shared/core-utils/miscs/http-error-codes'
import { cleanupTests, flushAndRunServer, immutableAssign, killallServers, reRunServer, ServerInfo } from '../../../../shared/extra-utils'
import { MockSmtpServer } from '../../../../shared/extra-utils/mock-servers/mock-email'
import { sendContactForm } from '../../../../shared/extra-utils/server/contact-form'
describe('Test contact form API validators', function () {
let server: ServerInfo

View File

@@ -32,7 +32,7 @@ import {
uploadVideo,
userLogin
} from '../../../../shared/extra-utils'
import { MockSmtpServer } from '../../../../shared/extra-utils/miscs/email'
import { MockSmtpServer } from '../../../../shared/extra-utils/mock-servers/mock-email'
import {
checkBadCountPagination,
checkBadSortPagination,