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

Shared utils -> extra-utils

Because they need dev dependencies
This commit is contained in:
Chocobozzz 2019-04-15 15:26:15 +02:00
parent 4ee7a4c9ac
commit 94565d52bb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
131 changed files with 250 additions and 238 deletions

View file

@ -15,8 +15,8 @@ import {
ServerInfo,
setAccessTokensToServers,
uploadVideo, wait
} from '../../../shared/utils'
import { waitJobs } from '../../../shared/utils/server/jobs'
} from '../../../shared/extra-utils'
import { waitJobs } from '../../../shared/extra-utils/server/jobs'
const expect = chai.expect