mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -6,9 +6,9 @@ import { PrismaClient } from '@prisma/client';
|
||||
import test from 'ava';
|
||||
import * as Sinon from 'sinon';
|
||||
|
||||
import { Config } from '../../src/base/config';
|
||||
import { DocStorageModule } from '../../src/core/doc';
|
||||
import { DocStorageCronJob } from '../../src/core/doc/job';
|
||||
import { Config } from '../../src/fundamentals/config';
|
||||
import { createTestingModule } from '../utils';
|
||||
|
||||
let m: TestingModule;
|
||||
|
||||
Reference in New Issue
Block a user