]> 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 3b95ce945bab0dd456df09f458cf911b3bafa662..88d34063cbf51268c0832e0a10ee6fee2b37f160 100644 (file)
@@ -4,8 +4,8 @@ import {
   flushTests,
   killallServers,
   ServerInfo
-} from '../../../../shared/utils'
-import { runServer } from '../../../../shared/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