From 5e1c08eb94746c44b8b14a12c0937aadb34feb57 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Jan 2018 11:54:32 +0100 Subject: Add api doc in html --- server/tests/utils/miscs/miscs.ts | 1 - server/tests/utils/videos/videos.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'server/tests') diff --git a/server/tests/utils/miscs/miscs.ts b/server/tests/utils/miscs/miscs.ts index f93e2372e..99d109bfe 100644 --- a/server/tests/utils/miscs/miscs.ts +++ b/server/tests/utils/miscs/miscs.ts @@ -1,6 +1,5 @@ /* tslint:disable:no-unused-expression */ -import { expect } from 'chai' import { join } from 'path' import * as request from 'supertest' import * as WebTorrent from 'webtorrent' diff --git a/server/tests/utils/videos/videos.ts b/server/tests/utils/videos/videos.ts index 605acf565..860f04fd8 100644 --- a/server/tests/utils/videos/videos.ts +++ b/server/tests/utils/videos/videos.ts @@ -7,7 +7,7 @@ import { extname, isAbsolute, join } from 'path' import * as request from 'supertest' import { getMyUserInformation, makeGetRequest, root, ServerInfo, testImage } from '../' import { VideoPrivacy } from '../../../../shared/models/videos' -import { readdirPromise, readFileBufferPromise } from '../../../helpers/core-utils' +import { readdirPromise } from '../../../helpers/core-utils' import { VIDEO_CATEGORIES, VIDEO_LANGUAGES, VIDEO_LICENCES, VIDEO_PRIVACIES } from '../../../initializers' import { dateIsValid, webtorrentAdd } from '../index' -- cgit v1.2.3