switch to vitest

This commit is contained in:
Scott Lamb
2023-12-17 23:07:28 -08:00
parent 24880a5c2d
commit 3911334fee
13 changed files with 1592 additions and 688 deletions

View File

@@ -7,6 +7,7 @@ import App from "./App";
import { renderWithCtx } from "./testutil";
import { rest } from "msw";
import { setupServer } from "msw/node";
import { beforeAll, afterAll, afterEach, expect, test } from "vitest";
const server = setupServer(
rest.get("/api/", (req, res, ctx) => {