mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Try to improve server tests compilation speed
This commit is contained in:
parent
74dc3bca2b
commit
76062d9f96
3 changed files with 2 additions and 5 deletions
|
@ -22,8 +22,7 @@ import { FollowState } from '../../../shared/models/actors'
|
|||
import { ActorFollow } from '../../../shared/models/actors/follow.model'
|
||||
import { logger } from '../../helpers/logger'
|
||||
import { getServerActor } from '../../helpers/utils'
|
||||
import { ACTOR_FOLLOW_SCORE } from '../../initializers/constants'
|
||||
import { FOLLOW_STATES } from '../../initializers/constants'
|
||||
import { ACTOR_FOLLOW_SCORE, FOLLOW_STATES } from '../../initializers/constants'
|
||||
import { ServerModel } from '../server/server'
|
||||
import { getSort } from '../utils'
|
||||
import { ActorModel, unusedActorAttributesForAPI } from './actor'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue