mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -4,8 +4,8 @@ import ava from 'ava';
|
||||
import Sinon from 'sinon';
|
||||
|
||||
import { AppModule } from '../src/app.module';
|
||||
import { MailService } from '../src/base/mailer';
|
||||
import { FeatureManagementService } from '../src/core/features';
|
||||
import { MailService } from '../src/fundamentals/mailer';
|
||||
import { createTestingApp, createWorkspace, inviteUser, signUp } from './utils';
|
||||
const test = ava as TestFn<{
|
||||
app: INestApplication;
|
||||
|
||||
Reference in New Issue
Block a user