mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +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
|
@ -4,6 +4,7 @@ import {
|
|||
HttpStatusCode,
|
||||
MyUser,
|
||||
ResultList,
|
||||
ScopedToken,
|
||||
User,
|
||||
UserAdminFlag,
|
||||
UserCreateResult,
|
||||
|
@ -13,7 +14,6 @@ import {
|
|||
UserVideoQuota,
|
||||
UserVideoRate
|
||||
} from '@shared/models'
|
||||
import { ScopedToken } from '@shared/models/users/user-scoped-token'
|
||||
import { unwrapBody } from '../requests'
|
||||
import { AbstractCommand, OverrideCommandOptions } from '../shared'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue