mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Move test functions outside extra-utils
This commit is contained in:
parent
bf54587a3e
commit
c55e3d7227
202 changed files with 798 additions and 895 deletions
|
@ -2,23 +2,20 @@
|
|||
|
||||
import 'mocha'
|
||||
import * as chai from 'chai'
|
||||
import { buildUUID } from '@shared/core-utils/uuid'
|
||||
import {
|
||||
CheckerBaseParams,
|
||||
checkMyVideoImportIsFinished,
|
||||
checkNewActorFollow,
|
||||
checkNewVideoFromSubscription,
|
||||
checkVideoIsPublished,
|
||||
cleanupTests,
|
||||
FIXTURE_URLS,
|
||||
MockSmtpServer,
|
||||
PeerTubeServer,
|
||||
prepareNotificationsTest,
|
||||
uploadRandomVideoOnServers,
|
||||
wait,
|
||||
waitJobs
|
||||
} from '@shared/server-commands'
|
||||
uploadRandomVideoOnServers
|
||||
} from '@server/tests/shared'
|
||||
import { buildUUID, wait } from '@shared/core-utils'
|
||||
import { UserNotification, UserNotificationType, VideoPrivacy } from '@shared/models'
|
||||
import { cleanupTests, PeerTubeServer, waitJobs } from '@shared/server-commands'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue