fix: resolve ESLint errors to pass CI frontend-lint #125
@@ -15,6 +15,7 @@ afterEach(() => {
|
||||
|
||||
// 全局类型声明
|
||||
declare global {
|
||||
// eslint-disable-next-line @typescript-eslint/no-namespace
|
||||
namespace Vi {
|
||||
interface Assertion<T = any> extends jest.Matchers<void, T> {}
|
||||
interface AsymmetricMatchersContaining extends jest.Matchers<void, any> {}
|
||||
|
||||
Reference in New Issue
Block a user