]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/cli/plugins.ts
Fix s3 mock cleanup
[github/Chocobozzz/PeerTube.git] / server / tests / cli / plugins.ts
index d9cf9465c3f307d5a6a3ef18fce381c21876d741..c646e20d97aacbaf19927b5070f2e5ac65368848 100644 (file)
@@ -1,6 +1,5 @@
 /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
 
-import 'mocha'
 import { expect } from 'chai'
 import {
   cleanupTests,
@@ -9,7 +8,7 @@ import {
   PeerTubeServer,
   PluginsCommand,
   setAccessTokensToServers
-} from '../../../shared/server-commands'
+} from '@shared/server-commands'
 
 describe('Test plugin scripts', function () {
   let server: PeerTubeServer