mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { TestingModule } from '@nestjs/testing';
|
||||
import test from 'ava';
|
||||
|
||||
import { Cache } from '../src/fundamentals/cache';
|
||||
import { Cache } from '../src/base/cache';
|
||||
import { createTestingModule } from './utils';
|
||||
|
||||
let cache: Cache;
|
||||
|
||||
Reference in New Issue
Block a user