]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/cli/plugins.ts
Update translations
[github/Chocobozzz/PeerTube.git] / server / tests / cli / plugins.ts
index 42651d79c748ee4d21e52e24b9aad93be9a722c2..cd9f4e1c3ea7c61b2d0384efa94966450970ed4a 100644 (file)
@@ -6,10 +6,10 @@ import {
   cleanupTests,
   createSingleServer,
   killallServers,
-  PluginsCommand,
   PeerTubeServer,
+  PluginsCommand,
   setAccessTokensToServers
-} from '../../../shared/extra-utils'
+} from '@shared/server-commands'
 
 describe('Test plugin scripts', function () {
   let server: PeerTubeServer