]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/video-constants.ts
Add runner server tests
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / video-constants.ts
index 27e97d9c0c32413b58c99b5db17b187523f8ca7b..c388f02d1de4befb7231194750e63bbe14dd7e81 100644 (file)
@@ -1,6 +1,6 @@
 /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
 
-import * as chai from 'chai'
+import { expect } from 'chai'
 import {
   cleanupTests,
   createSingleServer,
@@ -11,8 +11,6 @@ import {
 } from '@shared/server-commands'
 import { HttpStatusCode, VideoPlaylistPrivacy } from '@shared/models'
 
-const expect = chai.expect
-
 describe('Test plugin altering video constants', function () {
   let server: PeerTubeServer