diff --git a/packages/core/server/src/__tests__/app-command.test.ts b/packages/core/server/src/__tests__/app-command.test.ts index 5ba00af8e5..b96894e620 100644 --- a/packages/core/server/src/__tests__/app-command.test.ts +++ b/packages/core/server/src/__tests__/app-command.test.ts @@ -19,7 +19,7 @@ const mockServer = (options?: ApplicationOptions) => { }); }; -describe('app command', () => { +describe('app command test', () => { let app: Application; afterEach(async () => {