mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +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
|
@ -1,8 +1,7 @@
|
|||
import { merge } from 'lodash'
|
||||
import { About, CustomConfig, HttpStatusCode, ServerConfig } from '@shared/models'
|
||||
import { DeepPartial } from '@shared/typescript-utils'
|
||||
import { About, HttpStatusCode, ServerConfig } from '@shared/models'
|
||||
import { CustomConfig } from '../../models/server/custom-config.model'
|
||||
import { AbstractCommand, OverrideCommandOptions } from '../shared'
|
||||
import { AbstractCommand, OverrideCommandOptions } from '../shared/abstract-command'
|
||||
|
||||
export class ConfigCommand extends AbstractCommand {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue