test(frontend): import vitest to stabilize typings

This commit is contained in:
openclaw-mission-control bot
2026-02-08 17:38:24 +00:00
parent 4c4c9a0944
commit 0b21dadf0c
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
import { render, screen } from "@testing-library/react";
import { describe, expect, it } from "vitest";
import { ActivityFeed } from "./ActivityFeed";

View File

@@ -1,4 +1,6 @@
import { createExponentialBackoff } from "./backoff";
import { describe, expect, it, vi } from "vitest";
describe("createExponentialBackoff", () => {
it("uses default options", () => {