mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add tests for npm run scripts
This commit is contained in:
parent
04de542abd
commit
fdbda9e3d6
25 changed files with 223 additions and 39 deletions
|
@ -2,8 +2,8 @@ import * as Sequelize from 'sequelize'
|
|||
import * as Promise from 'bluebird'
|
||||
|
||||
import { AbstractRequestClass, AbstractRequestToPodClass } from './abstract-request-interface'
|
||||
import { VideoInstance } from '../video'
|
||||
import { PodInstance } from '../pod'
|
||||
import { VideoInstance } from '../video/video-interface'
|
||||
import { PodInstance } from '../pod/pod-interface'
|
||||
|
||||
import { RequestVideoEventType } from '../../../shared/models/request-scheduler.model'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue