mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -16,12 +16,12 @@ import testFn, { TestFn } from 'ava';
|
||||
import Sinon from 'sinon';
|
||||
import request from 'supertest';
|
||||
|
||||
import { Public } from '../../src/core/auth';
|
||||
import {
|
||||
AccessDenied,
|
||||
GatewayErrorWrapper,
|
||||
UserFriendlyError,
|
||||
} from '../../src/fundamentals';
|
||||
} from '../../src/base';
|
||||
import { Public } from '../../src/core/auth';
|
||||
import { createTestingApp } from '../utils';
|
||||
|
||||
@Public()
|
||||
|
||||
@@ -13,14 +13,14 @@ import Sinon from 'sinon';
|
||||
import request, { type Response } from 'supertest';
|
||||
|
||||
import { AppModule } from '../../src/app.module';
|
||||
import { AuthService, Public } from '../../src/core/auth';
|
||||
import { ConfigModule } from '../../src/fundamentals/config';
|
||||
import { ConfigModule } from '../../src/base/config';
|
||||
import {
|
||||
CloudThrottlerGuard,
|
||||
SkipThrottle,
|
||||
Throttle,
|
||||
ThrottlerStorage,
|
||||
} from '../../src/fundamentals/throttler';
|
||||
} from '../../src/base/throttler';
|
||||
import { AuthService, Public } from '../../src/core/auth';
|
||||
import { createTestingApp, initTestingDB, internalSignIn } from '../utils';
|
||||
|
||||
const test = ava as TestFn<{
|
||||
|
||||
Reference in New Issue
Block a user