mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
fix(server): node imports order (#5583)
This commit is contained in:
@@ -9,7 +9,7 @@ import ava, { type TestFn } from 'ava';
|
||||
import type { Express } from 'express';
|
||||
import request from 'supertest';
|
||||
|
||||
import { AppModule } from '../src/app';
|
||||
import { AppModule } from '../src/app.module';
|
||||
import { FeatureManagementService } from '../src/modules/features';
|
||||
import { createTestingApp } from './utils';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user