mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -8,8 +8,8 @@ import ava from 'ava';
|
||||
import request from 'supertest';
|
||||
|
||||
import { buildAppModule } from '../../src/app.module';
|
||||
import { Config } from '../../src/base';
|
||||
import { ServerService } from '../../src/core/config';
|
||||
import { Config } from '../../src/fundamentals';
|
||||
import { createTestingApp, initTestingDB } from '../utils';
|
||||
|
||||
const test = ava as TestFn<{
|
||||
|
||||
Reference in New Issue
Block a user