mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
7ca0363f75
commit
1159c4a600
|
@ -3,7 +3,15 @@
|
|||
import 'mocha'
|
||||
import * as chai from 'chai'
|
||||
import { omit } from 'lodash'
|
||||
import { Account, HTMLServerConfig, HttpStatusCode, ServerConfig, VideoPlaylistCreateResult, VideoPlaylistPrivacy, VideoPrivacy } from '@shared/models'
|
||||
import {
|
||||
Account,
|
||||
HTMLServerConfig,
|
||||
HttpStatusCode,
|
||||
ServerConfig,
|
||||
VideoPlaylistCreateResult,
|
||||
VideoPlaylistPrivacy,
|
||||
VideoPrivacy
|
||||
} from '@shared/models'
|
||||
import {
|
||||
cleanupTests,
|
||||
createMultipleServers,
|
||||
|
|
Loading…
Reference in New Issue