mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-08-18 08:54:47 -05:00
Fix tests
This commit is contained in:
+1
-1
@@ -326,7 +326,7 @@
|
||||
{
|
||||
"lib": "never",
|
||||
"path": "never",
|
||||
"types": "never"
|
||||
"types": "prefer-import"
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/unbound-method": "off",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Fix typing issue because superagent is referenced by supertest
|
||||
import 'superagent'
|
||||
/// <reference types="superagent" />
|
||||
|
||||
import { pick, queryParamsToObject } from '@peertube/peertube-core-utils'
|
||||
import { HttpStatusCode, HttpStatusCodeType } from '@peertube/peertube-models'
|
||||
|
||||
Reference in New Issue
Block a user