Yicong-Huang commented on code in PR #4881:
URL: https://github.com/apache/texera/pull/4881#discussion_r3179150731
##########
frontend/src/app/common/service/user/config/user-config.service.spec.ts:
##########
@@ -132,3 +132,9 @@ import type { Mock } from "vitest";
// });
// });
// });
+
+describe("UserConfigService", () => {
+ // Pre-existing spec body is commented out. Placeholder keeps Vitest's
+ // discovery happy; rewriting the real tests is tracked in #4880.
+ it.todo("add unit tests for UserConfigService");
+});
Review Comment:
good point! I will move it out
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]