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

Move utils to /shared

Move utils used by /server/tools/* & /server/tests/**/* into
/shared folder.

Issue: #1336
This commit is contained in:
buoyantair 2018-10-29 22:18:31 +05:30
parent 71607e4a65
commit 9639bd1757
104 changed files with 318 additions and 196 deletions

View file

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