forked from dark_thunder/immich
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