Fix tests

This commit is contained in:
Chocobozzz
2026-03-27 09:48:51 +01:00
parent 8f5cf8bd6f
commit 8d74df4421
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'