]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/plugin-unloading.ts
Translated using Weblate (Japanese)
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / plugin-unloading.ts
index 6bf2fda9b3610034cf587fef9e768cbf127d14d9..5aca1a0c01c110bd9c456bb565f5e599c10d67c2 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/extra-utils'
+} from '@shared/server-commands'
 import { HttpStatusCode } from '@shared/models'
 
 describe('Test plugins module unloading', function () {