mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +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
|
@ -6,14 +6,13 @@ import {
|
|||
CheckerBaseParams,
|
||||
checkNewPeerTubeVersion,
|
||||
checkNewPluginVersion,
|
||||
cleanupTests,
|
||||
MockJoinPeerTubeVersions,
|
||||
MockSmtpServer,
|
||||
PeerTubeServer,
|
||||
prepareNotificationsTest,
|
||||
wait
|
||||
} from '@shared/server-commands'
|
||||
prepareNotificationsTest
|
||||
} from '@server/tests/shared'
|
||||
import { wait } from '@shared/core-utils'
|
||||
import { PluginType, UserNotification, UserNotificationType } from '@shared/models'
|
||||
import { cleanupTests, PeerTubeServer } from '@shared/server-commands'
|
||||
|
||||
describe('Test admin notifications', function () {
|
||||
let server: PeerTubeServer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue