website refactor
This commit is contained in:
@@ -13,7 +13,7 @@ vi.mock('../config/feature-loader', () => ({
|
||||
import { loadFeatureConfig } from '../config/feature-loader';
|
||||
|
||||
describe('Features HTTP Endpoint', () => {
|
||||
let app: any;
|
||||
let app: import("@nestjs/common").INestApplication;
|
||||
|
||||
beforeEach(async () => {
|
||||
const module = await Test.createTestingModule({
|
||||
|
||||
Reference in New Issue
Block a user