This commit is contained in:
2026-02-07 22:30:51 -05:00
parent bcf248f7dd
commit 64a2ba2751
4 changed files with 17 additions and 80 deletions

View File

@@ -1,8 +0,0 @@
import { describe, expect, it } from "bun:test"
import { ThemeProvider } from "./ThemeContext"
describe("ThemeContext", () => {
it("exports provider", () => {
expect(typeof ThemeProvider).toBe("function")
})
})