1
0
Fork 0
This commit is contained in:
Chocobozzz 2021-12-14 17:38:59 +01:00
parent 3cf68b869d
commit 854f533c12
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,14 @@
import 'mocha'
import * as chai from 'chai'
import { cleanupTests, createSingleServer, FIXTURE_URLS, PeerTubeServer, setAccessTokensToServers, setDefaultVideoChannel } from '@shared/extra-utils'
import {
cleanupTests,
createSingleServer,
FIXTURE_URLS,
PeerTubeServer,
setAccessTokensToServers,
setDefaultVideoChannel
} from '@shared/extra-utils'
import { VideoDetails, VideoPrivacy } from '@shared/models'
const expect = chai.expect