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