Remove frontend

This commit is contained in:
Sam
2024-12-31 15:03:19 +10:00
parent 9a131c8569
commit d69622760d
85 changed files with 0 additions and 15596 deletions
-11
View File
@@ -1,11 +0,0 @@
import { screen } from "@testing-library/dom";
import { render } from "@testing-library/react";
import { describe, expect, it } from "vitest";
import Page from "@/app/page";
describe("Page", () => {
it("should show button to view scripts", () => {
render(<Page />);
expect(screen.getByRole("button", { name: "View Scripts" })).toBeDefined();
});
});