mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Cleanup tests imports
This commit is contained in:
parent
e0faa8ad6e
commit
863477173e
103 changed files with 106 additions and 304 deletions
|
@ -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 {
|
||||
CheckerBaseParams,
|
||||
checkNewVideoFromSubscription,
|
||||
|
@ -11,8 +11,6 @@ import {
|
|||
import { UserNotification, UserNotificationSettingValue } from '@shared/models'
|
||||
import { cleanupTests, PeerTubeServer, waitJobs } from '@shared/server-commands'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
describe('Test notifications API', function () {
|
||||
let server: PeerTubeServer
|
||||
let userNotifications: UserNotification[] = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue