| 123456789 |
- import { describe, it } from "vitest";
- describe("AIConfigForm", () => {
- it.todo("should render the AI config form");
- it.todo("should toggle the advanced settings when clicked");
- it.todo("should call the onSubmit callback when the form is submitted");
- it.todo("should call the onReset callback when the reset button is clicked");
- it.todo("should call the onClose callback when the close button is clicked");
- });
|