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:
parent
71607e4a65
commit
9639bd1757
104 changed files with 318 additions and 196 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue