feat: 添加 NestJS API 基础设施
This commit is contained in:
@@ -29,5 +29,5 @@ describe("seed", () => {
|
||||
prisma.bottle.count({ where: { poolStatus: "IN_POOL" } }),
|
||||
]),
|
||||
).resolves.toEqual([2, 2, 1]);
|
||||
});
|
||||
}, 30_000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user