fix: test

This commit is contained in:
chenos 2025-04-21 11:49:26 +08:00
parent 1a2d46f978
commit f0cf399522

View File

@ -19,7 +19,7 @@ const mockServer = (options?: ApplicationOptions) => {
}); });
}; };
describe('app command test', () => { describe('app command', () => {
let app: Application; let app: Application;
afterEach(async () => { afterEach(async () => {