]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/translations.ts
Move types package in packages/
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / translations.ts
index 8b25c6b7589455fee1022c918868d513e3f0b6c4..0b6e5793dda94480c5659d06dd6206d4070d2e87 100644 (file)
@@ -2,7 +2,7 @@
 
 import 'mocha'
 import * as chai from 'chai'
-import { cleanupTests, createSingleServer, PeerTubeServer, PluginsCommand, setAccessTokensToServers } from '@shared/extra-utils'
+import { cleanupTests, createSingleServer, PeerTubeServer, PluginsCommand, setAccessTokensToServers } from '@shared/server-commands'
 
 const expect = chai.expect