theme redux
This commit is contained in:
8
src/context/ThemeContext.test.ts
Normal file
8
src/context/ThemeContext.test.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { describe, expect, it } from "bun:test"
|
||||
import { ThemeProvider } from "./ThemeContext"
|
||||
|
||||
describe("ThemeContext", () => {
|
||||
it("exports provider", () => {
|
||||
expect(typeof ThemeProvider).toBe("function")
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user