Fix lint
This commit is contained in:
parent
f595d39477
commit
b1a134ee52
3 changed files with 1 additions and 3 deletions
|
@ -9,7 +9,6 @@ import { VIDEO_PRIVACIES } from '../../initializers/constants'
|
|||
import { database as db } from '../../initializers/database'
|
||||
import { VideoInstance } from '../../models/video/video-interface'
|
||||
import { exists, isArray } from './misc'
|
||||
import isInt = require('validator/lib/isInt')
|
||||
|
||||
const VIDEOS_CONSTRAINTS_FIELDS = CONSTRAINTS_FIELDS.VIDEOS
|
||||
const VIDEO_ABUSES_CONSTRAINTS_FIELDS = CONSTRAINTS_FIELDS.VIDEO_ABUSES
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import 'mocha'
|
||||
import * as chai from 'chai'
|
||||
import { join } from "path"
|
||||
import { join } from 'path'
|
||||
import * as request from 'supertest'
|
||||
|
||||
import {
|
||||
|
|
|
@ -4,7 +4,6 @@ import * as chai from 'chai'
|
|||
import { keyBy } from 'lodash'
|
||||
import 'mocha'
|
||||
import { join } from 'path'
|
||||
import * as request from 'supertest'
|
||||
import {
|
||||
dateIsValid,
|
||||
flushTests,
|
||||
|
|
Loading…
Reference in a new issue