We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde7485 commit 0e7020cCopy full SHA for 0e7020c
src/app.test.ts
@@ -12,7 +12,7 @@ describe('Entity Route', () => {
12
mockReset(opensearch);
13
});
14
15
- describe('App Creation', () => {
+ describe('App Registration', () => {
16
it('should handle missing prisma', async () => {
17
const fastify = Fastify({ logger: false });
18
0 commit comments