feat: make general creation daemon-atomic

This commit is contained in:
2026-07-31 00:33:03 +00:00
parent 115218ded8
commit c6a2a0da93
34 changed files with 2227 additions and 655 deletions
+4 -3
View File
@@ -281,9 +281,9 @@ describe('appRouter', () => {
});
it('rejects unauthenticated or game-blocked auth status checks', async () => {
await expect(
appRouter.createCaller(buildContext({ auth: null })).auth.status()
).rejects.toMatchObject({ code: 'UNAUTHORIZED' });
await expect(appRouter.createCaller(buildContext({ auth: null })).auth.status()).rejects.toMatchObject({
code: 'UNAUTHORIZED',
});
await expect(
appRouter
.createCaller(
@@ -346,6 +346,7 @@ describe('appRouter', () => {
leadership: 55,
strength: 55,
intel: 55,
pic: false,
character: 'Random',
})
).rejects.toMatchObject({