Cleanup tests imports

This commit is contained in:
Chocobozzz
2022-08-17 15:44:32 +02:00
parent e0faa8ad6e
commit 863477173e
103 changed files with 106 additions and 304 deletions

View File

@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
import * as chai from 'chai'
import { expect } from 'chai'
import { basename, join } from 'path'
import {
checkDirectoryIsEmpty,
@@ -25,8 +25,6 @@ import {
} from '@shared/server-commands'
import { DEFAULT_AUDIO_RESOLUTION } from '../../../initializers/constants'
const expect = chai.expect
async function checkHlsPlaylist (options: {
servers: PeerTubeServer[]
videoUUID: string