fix: test

This commit is contained in:
chenos 2025-04-21 10:24:09 +08:00
parent 9b43a34c59
commit 3b7acb922b

View File

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