test(frontend): import vitest to stabilize typings
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { render, screen } from "@testing-library/react";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
|
||||
import { ActivityFeed } from "./ActivityFeed";
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
import { createExponentialBackoff } from "./backoff";
|
||||
import { describe, expect, it, vi } from "vitest";
|
||||
|
||||
|
||||
describe("createExponentialBackoff", () => {
|
||||
it("uses default options", () => {
|
||||
|
||||
Reference in New Issue
Block a user