]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/search/search-videos.ts
Move utils to /shared
[github/Chocobozzz/PeerTube.git] / server / tests / api / search / search-videos.ts
index f1392ffea7a7b25b3fb316d17fe44298aef35bf5..50da837da8c974325c4186d67479bdca8050b799 100644 (file)
@@ -13,7 +13,7 @@ import {
   uploadVideo,
   wait,
   immutableAssign
-} from '../../utils'
+} from '../../../../shared/utils'
 
 const expect = chai.expect