ai-config-form.test.tsx 422 B

123456789
  1. import { describe, it } from "vitest";
  2. describe("AIConfigForm", () => {
  3. it.todo("should render the AI config form");
  4. it.todo("should toggle the advanced settings when clicked");
  5. it.todo("should call the onSubmit callback when the form is submitted");
  6. it.todo("should call the onReset callback when the reset button is clicked");
  7. it.todo("should call the onClose callback when the close button is clicked");
  8. });