1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

We don't need to import mocha

This commit is contained in:
Chocobozzz 2022-08-17 15:40:57 +02:00
parent 690bb8f9f3
commit e0faa8ad6e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
143 changed files with 3 additions and 146 deletions

View file

@ -1,6 +1,5 @@
/* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
import 'mocha'
import * as chai from 'chai'
import { checkResolutionsInMasterPlaylist, expectStartWith } from '@server/tests/shared'
import { areObjectStorageTestsDisabled } from '@shared/core-utils'