diff --git a/README.md b/README.md index 90f8562..6fbf740 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ -# 👻 GhostPaste +
diff --git a/components/ghost-logo.test.tsx b/components/ghost-logo.test.tsx
new file mode 100644
index 0000000..a04bf53
--- /dev/null
+++ b/components/ghost-logo.test.tsx
@@ -0,0 +1,65 @@
+import { describe, it, expect } from "vitest";
+import { render } from "@testing-library/react";
+import { GhostLogo } from "./ghost-logo";
+
+describe("GhostLogo", () => {
+ it("renders correctly with default props", () => {
+ const { container } = render(