mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
refactor(server)*: tsconfigs (#2689)
* refactor(server): tsconfigs * chore: dummy commit * fix: start.sh * chore: restore original entry scripts
This commit is contained in:
8
server/test/index.ts
Normal file
8
server/test/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export * from './repositories';
|
||||
export * from './fixtures';
|
||||
|
||||
export async function asyncTick(steps: number) {
|
||||
for (let i = 0; i < steps; i++) {
|
||||
await Promise.resolve();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user