update readme that database will be now tests by bun

This commit is contained in:
einhornimmond 2025-11-22 13:28:46 +01:00
parent 5803c34d7b
commit 2d85b8b55b

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'
```