mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-05 15:22:29 -05:00
switch to vitest
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user