]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/activitypub/client.ts
Add austrian sign language
[github/Chocobozzz/PeerTube.git] / server / tests / api / activitypub / client.ts
index b12ffe3419ab03d4cf545189e78c512935d8d371..90c89138c1ff414a3023ab5e31eda0fd6f8ec5b8 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 { processViewersStats } from '@server/tests/shared'
 import { HttpStatusCode, VideoPlaylistPrivacy, WatchActionObject } from '@shared/models'
 import {
@@ -13,8 +13,6 @@ import {
   setDefaultVideoChannel
 } from '@shared/server-commands'
 
-const expect = chai.expect
-
 describe('Test activitypub', function () {
   let servers: PeerTubeServer[] = []
   let video: { id: number, uuid: string, shortUUID: string }