mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-24 04:27:27 +08:00
refactor(server): folder structure (#5573)
This commit is contained in:
@@ -10,7 +10,7 @@ import { TestingModule } from '@nestjs/testing';
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
import ava, { type TestFn } from 'ava';
|
||||
|
||||
import { ConfigModule } from '../src/config';
|
||||
import { ConfigModule } from '../src/fundamentals/config';
|
||||
import { AuthService } from '../src/modules/auth/service';
|
||||
import { createTestingModule } from './utils';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user