]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/no-client.ts
Add migrations
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / no-client.ts
index 6d6ce8532a761a14e7a21342993d051259dee201..88d34063cbf51268c0832e0a10ee6fee2b37f160 100644 (file)
@@ -4,8 +4,8 @@ import {
   flushTests,
   killallServers,
   ServerInfo
-} from '../../utils/index'
-import { runServer } from '../../utils/server/servers'
+} from '../../../../shared/extra-utils'
+import { runServer } from '../../../../shared/extra-utils/server/servers'
 
 describe('Start and stop server without web client routes', function () {
   let server: ServerInfo