import { describe, expect, it } from "vitest";
describe("backend", () => {
it("should load without errors", () => {
expect(true).toBe(true);
});