mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
refactor(server): folder structure (#5573)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Test, TestingModule } from '@nestjs/testing';
|
||||
import test from 'ava';
|
||||
|
||||
import { Config, ConfigModule } from '../src/config';
|
||||
import { Config, ConfigModule } from '../src/fundamentals/config';
|
||||
|
||||
let config: Config;
|
||||
let module: TestingModule;
|
||||
|
||||
Reference in New Issue
Block a user