ConnectToGitHubByTokenModal.test.tsx 181 B

123456
  1. import { describe, it } from "vitest";
  2. describe("ConnectToGitHubByTokenModal", () => {
  3. it.todo("should render the form");
  4. it.todo("should set the token in local storage");
  5. });