concurrent flow test

This commit is contained in:
Kagami Sascha Rosylight
2023-04-10 20:29:11 +02:00
parent a688bd1061
commit 027c5734a4
3 changed files with 85 additions and 33 deletions

View File

@@ -10,6 +10,7 @@ import { DEFAULT_POLICIES } from '@/core/RoleService.js';
import { entities } from '../src/postgres.js';
import { loadConfig } from '../src/config.js';
import type * as misskey from 'misskey-js';
import type { MeSignup } from 'misskey-js/built/entities.js';
export { server as startServer } from '@/boot/common.js';