Merge branch 'master' into refactor_email_move_to_core

This commit is contained in:
einhornimmond 2025-11-26 12:53:16 +01:00 committed by GitHub
commit b953326c1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,11 +189,11 @@ describe('test', () => {
```ts
import { clearLogs, printLogs } from 'config-schema/test/testSetup'
```
- vitest (frontend, admin, database):
- vitest (frontend, admin):
```ts
import { clearLogs, printLogs } from 'config-schema/test/testSetup.vitest'
```
- bun (shared, core):
- bun (shared, core, database):
```ts
import { clearLogs, printLogs } from 'config-schema/test/testSetup.bun'
```