mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-27 00:08:04 +00:00
Merge branch 'master' into refactor_email_move_to_core
This commit is contained in:
commit
b953326c1e
@ -189,11 +189,11 @@ describe('test', () => {
|
|||||||
```ts
|
```ts
|
||||||
import { clearLogs, printLogs } from 'config-schema/test/testSetup'
|
import { clearLogs, printLogs } from 'config-schema/test/testSetup'
|
||||||
```
|
```
|
||||||
- vitest (frontend, admin, database):
|
- vitest (frontend, admin):
|
||||||
```ts
|
```ts
|
||||||
import { clearLogs, printLogs } from 'config-schema/test/testSetup.vitest'
|
import { clearLogs, printLogs } from 'config-schema/test/testSetup.vitest'
|
||||||
```
|
```
|
||||||
- bun (shared, core):
|
- bun (shared, core, database):
|
||||||
```ts
|
```ts
|
||||||
import { clearLogs, printLogs } from 'config-schema/test/testSetup.bun'
|
import { clearLogs, printLogs } from 'config-schema/test/testSetup.bun'
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user