]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/shared/plugins.ts
Move test functions outside extra-utils
[github/Chocobozzz/PeerTube.git] / server / tests / shared / plugins.ts
similarity index 91%
rename from shared/server-commands/server/plugins.ts
rename to server/tests/shared/plugins.ts
index c6316898dfaf5a1f4dcf9c87c75d754cbf966899..036fce2ff992fbe164d38744397467167807873b 100644 (file)
@@ -1,7 +1,7 @@
 /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
 
 import { expect } from 'chai'
-import { PeerTubeServer } from './server'
+import { PeerTubeServer } from '@shared/server-commands'
 
 async function testHelloWorldRegisteredSettings (server: PeerTubeServer) {
   const body = await server.plugins.getRegisteredSettings({ npmName: 'peertube-plugin-hello-world' })